設定代理
如果你是代理的後面,你必須告訴 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