Skip to content
Changkun Ou edited this page Mar 19, 2021 · 5 revisions

Welcome to the redir wiki!

Who is using redir?

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
Clone this wiki locally