では、ゲームを始めましょう
GO FOR IT !

转载自解决 Failed to connect to github.com port 443:connection timed out_Hodors的博客-CSDN博客

解决方案:先把子切换到全局,然后再取消,接着取消全局代理

git config --global http.proxy http://127.0.0.1:1080
 
git config --global https.proxy http://127.0.0.1:1080
取消全局代理:
git config --global --unset http.proxy
 
git config --global --unset https.proxy
总访问量 访问人数