首页 > 其他 > 详细

解决 Failed to connect to github.com port 443: Timed out

时间:2021-07-23 16:11:24      阅读:18      评论:0      收藏:0      [点我收藏+]

咋啥也不知道,莫名就出现了
Failed to connect to github.com port 443: Timed out
于是我果断百度,发现如下解决办法

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

git config --global https.proxy https://127.0.0.1:1080

git config --global --unset http.proxy

git config --global --unset https.proxy

最后就解决了

解决 Failed to connect to github.com port 443: Timed out

原文:https://www.cnblogs.com/wyzniu/p/15048760.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!