问题场景
- 在本地更新完文件内容后,同步到 GitHub 端,出现
fatal: unable to access 'https://github.com/XXXXX': Failed to connect to github.com port 443: Timed out
的字样。
解决方法
在命令行依次输入
git config --global --unset http.proxy
git config --global --unset https.proxy
来取消代理,之后在此进行推送 git push origin master
即可成功。
文档信息
- 本文作者:Joeat1
- 本文链接:https://joeat1.github.io/2021/07/05/git-push%E5%A4%B1%E8%B4%A5/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)