首页 > 数据库技术 > 详细

fatal: unable to access 'https://github.com/xxx': Connection timed out after 300040 milliseconds

时间:2020-05-12 15:23:17      阅读:176      评论:0      收藏:0      [点我收藏+]

这是由于设置了代理,现在代理不可用了,可以运行下面的语句查看一下

$ git config --global http.proxy

会输出配置代理的信息

然后输入下面的语句重置一下就好了

$ git config --global --unset http.proxy

 

fatal: unable to access 'https://github.com/xxx': Connection timed out after 300040 milliseconds

原文:https://www.cnblogs.com/studywithallofyou/p/12876385.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!