Skip to content
Changkun Ou edited this page Sep 17, 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."[email protected]:".insteadOf "https://github.com/"
$ echo "export GOPRIVATE=changkun.de/x" >> ~/.zshrc
Clone this wiki locally