码迷,mamicode.com
首页 > 其他好文 > 详细

IDEA github 连接报错

时间:2020-04-24 14:32:06      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:nbsp   glob   global   port   time   failed   conf   config   http   


报错:IDEA failed connect to github.com port 44.: Timed out
执行:git config --global http.proxy http://127.0.0.1:1080
   git config --global https.proxy http://127.0.0.1:1080


报错:IDEA failed to connect to 127.0.0.1 port 1080 : Connection refused

执行:git config --global http.proxy
   git config --global --unset http.proxy

 

再报错:IDEA failed connect to github.com port 44.: Timed out

 

这个问题有人有什么好的建议么?

IDEA github 连接报错

标签:nbsp   glob   global   port   time   failed   conf   config   http   

原文地址:https://www.cnblogs.com/kldywx/p/12767071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!