-
Notifications
You must be signed in to change notification settings - Fork 0
GoGetProxyConfig
Baofeng Xue edited this page Mar 31, 2015
·
2 revisions
Setting proxies for source code used by go get
(listed in GoGetTools)
$ 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
- Home
- Getting started with Go
- Working with Go
- Learning more about Go
- The Go Community
- Using the Go toolchain
- Additional Go Programming Wikis
- Online Services that work with Go
- Troubleshooting Go Programs in Production
- Contributing to the Go Project
- Platform Specific Information
- Release Specific Information