Updated GoGetProxyConfig (markdown)

Baofeng Xue 2015-03-31 21:18:04 +08:00
parent 14dcd6eab8
commit 672086ab63

@ -2,7 +2,7 @@ Setting proxies for source code used by ` go get ` (listed in GoGetTools)
## git
```
$ git config [--global] http.proxy=http://proxy.example.com:port
$ git config [--global] http.proxy http://proxy.example.com:port
```
## mercurial