【完美解决】GitHub连接超时问题 Recv failure: Connection was reset

问题:

已经开了梯子但是在Idea中使用git(GitHub)还是连接超时Recv failure: Connection was reset。此时需要让git走代理。

解决方案:

1.对右下角网络点击右键 -> 打开网络和Internet设置

2.代理 -> 查看到地址和端口号127.0.0.1:7890

3.在终端(cmd)输入命令

bash 复制代码
git config --global http.proxy http://127.0.0.1:7890

4.查看是否设置成功

bash 复制代码
git config --global -l

至此完成

相当丝滑 ^ ^

相关推荐
冬奇Lab1 小时前
一天一个开源项目(第35篇):GitHub Store - 跨平台的 GitHub Releases 应用商店
开源·github·资讯
Jahzo3 小时前
openclaw桌面端体验--ClawX
人工智能·github
逛逛GitHub5 小时前
6个粉丝推荐的 GitHub 项目,收藏一波。
github
MaoPou9 小时前
Hello Haxe篇
github
Bigger12 小时前
为什么你的 Git 提交需要签名?—— Git Commit Signing 完全指南
git·开源·github
慢慢开始吧1 天前
Redmi Note 7 Pro (Violet) 爆改满血 Linux 掌上服务器指南
github
模型时代1 天前
GitHub Codespaces存在RoguePilot漏洞,可致GitHub令牌泄露
github
webkubor1 天前
AI 时代的 robots.txt:深度解析 llms.txt 规范与项目“AI 原生化”改造实战
github
i学长的猫1 天前
obsidian md github站点
github
jack@london1 天前
使用Railway
github