解决git push时出现Failed to connect to github.com port 443: Timed out

最近,在android studio上push代码到github时,出现Failed to connect to github.com port 443: Timed out错误。
解决git push时出现Failed to connect to github.com port 443: Timed out
此错误是因为代理的设置问题;

解决方法:
进入项目目录中,使用命令行取消代理设置:

git config --global --unset http.proxy
git config --global --unset https.proxy
上一篇:F5包过滤(三层防火墙)功能


下一篇:Git Unknown SSL protocol error in connection to github.com:443