git 设置代理
git config --global http.proxy
http://127.0.0.1:
1087
git 取消代理
git config --global --unset http.proxy
针对 github.com 设置代理
git config --global http.
https://github.com
.proxyhttp://127.0.0.1:
1087
取消 github.com 代理
git config --global --unset http.
https://github.com
.proxy