Git不能push,报超时的一次解决

首先在push的时候,报如下错误信息

fatal: unable to access 'https://github.com/yyy/xxx.git/': Operation timed out after 300000 milliseconds with 0 out of 0 bytes received

 

直接翻译可以

链接不上github的服务器,但是网页端能正常操作github

 

最后发现是前两天自己配置了一个代理的问题

 

 

去掉这个两个代理,即可正常使用

记录一下。

posted @ 2019-09-18 13:51  RandomObject  阅读(5050)  评论(0编辑  收藏  举报