【解决报错】Failed to connect to github.com port 443 after 21130 ms: Timed out
github代码下载或拉取,出现超时报错:Failed to connect to github.com port 443 after 21097 ms: Timed out。
·
问题描述
github代码下载或拉取,出现超时报错: Failed to connect to github.com port 443 after 21097 ms: Timed out

原因分析:
网络问题
解决方案:
先把子切换到全局,然后再取消,接着取消全局代理,最后git pull或者git push
设置代理
git config --global https.proxy
取消代理
git config --global --unset https.proxy```

成功提交!!!

更多推荐
所有评论(0)