Go Wiki: GoGetProxyConfig
go get
で使用されるソースコードのプロキシ設定(GoGetToolsにリストされています)
Windowsコマンドライン
$ set http_proxy=http://proxy.example.com:port
git
$ git config [--global] http.proxy http://proxy.example.com:port
Mercurial
~/.hgrc
を編集し、以下を追加します
[http_proxy]
host=proxy.example.com:port
svn
~/.subversion/servers
を編集し、以下を追加します
[Global]
http-proxy-host=proxy.example.com
http-proxy-port=xxxx
このコンテンツはGo Wikiの一部です。