当前位置:   article > 正文

fatal: unable to access ‘xxxxx‘: Failed to connect to github.com port 443 after 21134 ms: Timed out

fatal: unable to access ‘xxxxx‘: Failed to connect to github.com port 443 after 21134 ms: Timed out

1.问题描述   git 拉取或者推送报错超时

2.解决方式

  1. git config --global --unset http.proxy //取消http代理
  2. git config --global --unset https.proxy //取消https代理

3.找到自己的端口

4. 设置端口

git config --global http.proxy http://127.0.0.1:10809

5.正常clone/push

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/763326
推荐阅读
相关标签
  

闽ICP备14008679号