GitHub的下载超时问题

GitHub 下载(clone)项目时,报错

Failed to connect to github.com port 443 after 21081 ms: Timed out
在这里插入图片描述
这种情况基本上时因为连接超时,可以尝试在git bash中使用下面的命令进行重新设置代理

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

然后再进行clone就可以了

分享一个插件,可以快速访问github

当打开这个插件进行pull时,不会出现time out的问题

在这里插入图片描述