【发布时间】:2016-10-18 16:15:07
【问题描述】:
当我现在尝试拉、推或克隆时,我的 git 卡住了,我删除了代理,但 git 仍然没有积极响应。
我上次使用此命令进行代理:
git config --global http.proxy 172.16.0.2:8080
我尝试以下命令:
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global --unset core.gitproxy
但当我克隆存储库或想要拉或推时仍然收到此响应!
badar:DSA Lab Tasks$ git clone https://github.com/badarshahzad/SEGP_Group10.git
Cloning into 'SEGP_Group10'...
fatal: unable to access 'https://github.com/badarshahzad/SEGP_Group10.git/': Failed to connect to 172.16.0.2 port 8080: Connection timed out
【问题讨论】: