git proxy setting alone didn't work on windows platform. environment variable should be set when working on windows command line

Hakase 2019-09-03 16:37:51 +08:00
parent 58ba4f46bc
commit 0bb89e7444

@ -1,5 +1,10 @@
Setting proxies for source code used by ` go get ` (listed in GoGetTools) Setting proxies for source code used by ` go get ` (listed in GoGetTools)
## Windows command line
```
$ set http_proxy=http://proxy.example.com:port
```
## git ## git
``` ```
$ git config [--global] http.proxy http://proxy.example.com:port $ git config [--global] http.proxy http://proxy.example.com:port