解决git push时出现 Failed to connect to github.com port 443: Timed out
网络不稳定
解决方法:
进入项目目录中,使用命令行取消代理设置:
git config --global --unset http.proxy
git config --global --unset https.proxy
网络不稳定
解决方法:
进入项目目录中,使用命令行取消代理设置:
git config --global --unset http.proxy
git config --global --unset https.proxy