Skip to content

Latest commit

History

History
16 lines (10 loc) 路 388 Bytes

trouble.md

File metadata and controls

16 lines (10 loc) 路 388 Bytes

Troubleshooting

Private Vanity URL Imports

  1. Use git instead of https protocol
  2. 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

License

MIT 漏 2020-2021 Changkun Ou