Failed to connect to github.com port 443 after 21060 ms: Timed out
Failed to connect to github.com port 443 after 21060 ms: Timed out
gvim plug插件管理,安装插件总报错
直接用 git clone 又不报错,一直找不原因,今天终于解决了
git config --global --unset http.proxy
大概的意思是:取消代理
git代理设置方法解决
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
npm config delete proxy
git config –global http.proxy ‘socks5://127.0.0.1:1080’
git config –global https.proxy ‘socks5://127.0.0.1:1080’