We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Setting proxies for source code used by go get (listed in GoGetTools)
go get
$ git config [--global] http.proxy http://proxy.example.com:port
Edit ~/.hgrc and add the following:
~/.hgrc
[http_proxy] host=proxy.example.com:port
Edit ~/.subversion/servers and add the following:
~/.subversion/servers
[Global] http-proxy-host=proxy.example.com http-proxy-port=xxxx