git fatal: unable to access *** Timed out

编程知识 更新时间:2023-04-06 10:49:31

fatal: unable to access ‘http://118.122.250.114:9090/gitlab/project_xmgl/’: Failed to connect to 72.17.18.80 port 8080: Timed out 遇到这样的 错误

解决方式

1、看看你的git配置

git config --global -l

如果你没有任何与https代理相关的内容,例如https_proxy = …问题不在这里。如果您有与https代理相关的内容,请将其从〜/ .gitconfig文件中删除,然后重试。
例如:

这个时候取消代理:

git config --global --unset http.proxy 

git config --global --unset https.proxy 

再进行 pull OR push 就可以了

更多推荐

git fatal: unable to access *** Timed out

本文发布于:2023-04-06 10:49:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/9ec44704595a5d95c304d50c9b090ba9.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:fatal   git   unable   Timed   access

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 49141文章数
  • 14阅读数
  • 0评论数