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就可以了
当打开这个插件进行pull时,不会出现time out的问题
京公网安备 11010502049817号