Skip to content

Commit 79c559c

Browse files
authored
README.md - build instructions refined (#27540)
Added notes for fix when encountering the error below as part of either `make bootstrap` or `made dev`
1 parent 266ea69 commit 79c559c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ $ make test TEST=./vault
123123
...
124124
```
125125

126+
### Troubleshooting
127+
128+
If you encounter an error like `could not read Username for 'https://github.com'` you may need to adjust your git config like so:
129+
130+
```sh
131+
$ git config --global --add url."[email protected]:".insteadOf "https://github.com/"
132+
```
133+
134+
126135
### Importing Vault
127136

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

0 commit comments

Comments
 (0)