设置代理
如果你是代理的后面,你必须告诉 git:
git config --global http.proxy http://my.proxy.com:portnumber
如果你不再支持代理:
git config --global --unset http.proxy
如果你是代理的后面,你必须告诉 git:
git config --global http.proxy http://my.proxy.com:portnumber
如果你不再支持代理:
git config --global --unset http.proxy