0
点赞
收藏
分享

微信扫一扫

Failed to connect to github.com port 443: Timed out(Windows)

做个橙梦 2022-01-10 阅读 118

面对超时我先尝试访问 GitHub 网站,畅通无阻,再使用 ping 命令测试 「github.com」 是否能够连接,结果与错误一样也是连接超时,通过在网络上搜索资料,基本都是说上网时使用了代理,所以导致问题的发生。

通过git取消代理设置(本人已解决)

$ git config --global --unset http.proxy
$ git config --global --unset https.proxy

参考:解决git下载出现:Failed to connect to 127.0.0.1 port 1080: Connection refused拒绝连接错误_星空-CSDN博客 Failed to connect to github.com port 443: Timed out(Windows)_Cloneable的博客-CSDN博客

举报

相关推荐

0 条评论