在使用git push 报超时 解决方法 git push Failed to connect to 192.30.253.112 port 1080: Timed out
在谷歌上查了很多办法都没有解决,有的方法是https连接模式改成ssh模式,或者是修改代理,比如:git config --global http.proxy 192.168.1.1:8083但是都没有解决我的疑惑,然后我发现了一个问题,就是我根本没有使用代理,所以这样登录方式肯定会有问题我通过:git config --global http.proxy 查询到当前设置了代理,所以我取消这个设置:git config --global --unset http.proxy ..
原创
2020-07-01 15:24:41 ·
6449 阅读 ·
0 评论