README.md - build instructions refined (#27540)

Added notes for fix when encountering the error below as part of either `make bootstrap` or `made dev`
This commit is contained in:
aphorise
2024-08-01 00:48:48 +02:00
committed by GitHub
parent 266ea693cc
commit 79c559cc65

View File

@@ -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: