当前位置:   article > 正文

fatal: unable to access ‘https://github.com/apc.git/‘: Failed to connect to github.comport 443:_unable to access port443超时

unable to access port443超时

在拉取代码的时候会遇到

fatal: unable to access 'https://github.com/dreamcfl/admin-pc.git/': Failed to connect to github.com port 443: Timed out  端口连接失败,拒绝链接

完美解决方法(命令行中执行)

  1. git config --global --unset http.proxy
  2. git config --global --unset https.proxy

原因:有可能你的gitbub之前设置过代理

如果上面的还没有解决,可以尝试如下解决方式

git config --global url.git://github.com/.insteadOf https://github.com/

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

闽ICP备14008679号