mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
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:
@@ -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
|
### Importing Vault
|
||||||
|
|
||||||
This repository publishes two libraries that may be imported by other projects:
|
This repository publishes two libraries that may be imported by other projects:
|
||||||
|
|||||||
Reference in New Issue
Block a user