当前位置:   article > 正文

Failed to connect to github.com port 443 after 75033 ms: Couldn‘t connect to server的解决方案_port 443 after 75034 ms: couldn't connect to serve

port 443 after 75034 ms: couldn't connect to server

如果浏览器有代理服务并且可以正常打开github
那么尝试配置git 命令代理,host:port为代理地址

# http | https
git config --global http.proxy 127.0.0.1:7890
git config --global https.proxy 127.0.0.1:7890
#socks5代理
git config --global http.proxy socks5 127.0.0.1:7890
git config --global https.proxy socks5 127.0.0.1:7890
#关闭代理
git config --global --unset http.proxy

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

闽ICP备14008679号