【git】问题解决---Failed to connect to github.com

场景

最近运行命令git push,git pull或者git clone的时候总会报如下错误

bash 复制代码
fatal: unable to access 'https://github.com/xxxxx/xxxxxx.git/': **Failed to connect to github.com** port 443 after 21052 ms: Couldn't connect to server

原因

一般是网络配置原因造成的, 如果能正常进github网页,考虑代理配置原因。

解决方法

通过以下命令从 Git 配置中移除全局代理设置

bash 复制代码
git config --global --unset https.proxy
git config --global --unset http.proxy
相关推荐
油泼辣子多加9 小时前
2024年12月18日Github流行趋势
github
high20119 小时前
【Git】-- 版本说明
git
hunteritself9 小时前
AI Weekly『12月16-22日』:OpenAI公布o3,谷歌发布首个推理模型,GitHub Copilot免费版上线!
人工智能·gpt·chatgpt·github·openai·copilot
kaixin_learn_qt_ing10 小时前
git clone
git
sin220110 小时前
git stash
git
喝鸡汤10 小时前
一起学Git【第二节:创建版本库】
git
慢慢成长的码农10 小时前
git 同步分支操作
git
sin220110 小时前
git推送本地仓库到远程(Gitee)
git·gitee
丁总学Java12 小时前
git branch -r(--remotes )显示你本地仓库知道的所有 远程分支 的列表
git
pubuzhixing12 小时前
开源白板新方案:Plait 同时支持 Angular 和 React 啦!
前端·开源·github