-
Notifications
You must be signed in to change notification settings - Fork 17.7k
GoGetProxyConfig
Hakase edited this page Sep 3, 2019
·
4 revisions
Setting proxies for source code used by go get
(listed in GoGetTools)
$ set http_proxy=http://proxy.example.com:port
$ git config [--global] http.proxy http://proxy.example.com:port
Edit ~/.hgrc
and add the following:
[http_proxy]
host=proxy.example.com:port
Edit ~/.subversion/servers
and add the following:
[Global]
http-proxy-host=proxy.example.com
http-proxy-port=xxxx