Go Wiki: GoGetProxyConfig
Setting proxies for source code used by go get (listed in GoGetTools)
Windows command line
$ set http_proxy=https://umn7en64q75vzbnutz18xd8.julianrbryant.com:port
git
$ git config [--global] http.proxy https://umn7en64q75vzbnutz18xd8.julianrbryant.com:port
mercurial
Edit ~/.hgrc and add the following:
[http_proxy]
host=proxy.example.com:port
svn
Edit ~/.subversion/servers and add the following:
[Global]
http-proxy-host=proxy.example.com
http-proxy-port=xxxx
This content is part of the Go Wiki.