github Push失败

问题:

fatal: unable to access 'https:/***.git/': Failed to connect to github.com port 443: 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 再查询,已经没有了代理,然后再push,成功了!

作者:yun liu 链接:https://www.zhihu.com/question/26954892/answer/34770821
来源:知乎 著作权归作者所有,转载请联系作者获得授权。

你可能感兴趣的:(Security)