Failed to connect to github.com port 443 after 21055 ms: Timed out

目前自己使用了*还是会报这样的错误,连接不到的github。

查了一下原因:

是因为这个请求没有走代理。

解决方案:

设置 -> 网络和Internet -> 代理 -> 编辑

记住这个IP和端口

使用以下命令:

java 复制代码
git config --global http.proxy http://127.0.0.1:10809

git config --global https.proxy http://127.0.0.1:10809

问题得到解决!!!

可以使用一下命令取消代理:

java 复制代码
取消全局代理:
git config --global --unset http.proxy
 
git config --global --unset https.proxy
相关推荐
Justinsky7 分钟前
DeepSeek Harness 开源一个月,我把它整个嵌进了 Electron 桌面软件
github
小宋10218 分钟前
MCP 是什么:从零编写一个可供 AI 调用的工具服务
人工智能·github
小弥儿1 小时前
GitHub今日热榜 | 2026-09-01:迷你小模型登场
学习·microsoft·开源·github
QUOR1 小时前
Zorv AI 内置浏览器技术架构与开发指南(新版)
架构·github
u1301302 小时前
GitHub 热榜项目:日榜(2026-09-01)
github
younuo36552 小时前
广州网站搭建费用明细:域名、服务器与开发成本全解析
服务器·前端·github
百变梦仔2 小时前
Codex 启动回复合格后,我会用三类证据验收前端改动
前端·github
峰向AI17 小时前
316k+ Star 史上第二热门项目,没有一行代码
github
dong_junshuai17 小时前
每天一个开源项目#86 ECC:245K星的 Agent 工程操作层
开源·github·agent
Natural19 小时前
混合检索 + RRF + Rerank 实战评测:三条路线在 47 个真实问题上的取舍
github