Skip to content

Commit

Permalink
README.md - build instructions refined (#27540)
Browse files Browse the repository at this point in the history
Added notes for fix when encountering the error below as part of either `make bootstrap` or `made dev`
  • Loading branch information
aphorise authored Jul 31, 2024
1 parent 266ea69 commit 79c559c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ $ make test TEST=./vault
...
```

### Troubleshooting

If you encounter an error like `could not read Username for 'https://github.com'` you may need to adjust your git config like so:

```sh
$ git config --global --add url."git@github.com:".insteadOf "https://github.com/"
```


### Importing Vault

This repository publishes two libraries that may be imported by other projects:
Expand Down

0 comments on commit 79c559c

Please sign in to comment.