-
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Changkun Ou edited this page Mar 19, 2021
·
5 revisions
Welcome to the redir wiki!
- Use
git
instead ofhttps
protocol - Configure
GOPRIVATE
environment variable of the import location, e.g.changkun.de/x
$ git config --global url."git@github.com:".insteadOf "https://github.com/"
$ echo "export GOPRIVATE=changkun.de/x" >> ~/.zshrc