【完美解决】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

至此完成

相当丝滑 ^ ^

相关推荐
uhakadotcom2 小时前
云计算与开源工具:基础知识与实践
后端·面试·github
uhakadotcom3 小时前
BPF编程入门:使用Rust监控CPU占用
后端·面试·github
uhakadotcom3 小时前
GHSL-2024-252: Cloudflare Workers SDK 环境变量注入漏洞解析
后端·面试·github
uhakadotcom3 小时前
GHSL-2024-264_GHSL-2024-265: 了解 AWS CLI 中的正则表达式拒绝服务漏洞 (ReDoS)
后端·面试·github
uhakadotcom3 小时前
了解Chainlit:简化AI应用开发的Python库
后端·面试·github
小华同学ai4 小时前
1K star!这个开源项目让短信集成简单到离谱,开发效率直接翻倍!
后端·程序员·github
ON.LIN4 小时前
Git提交本地项目到Github
git·github
uhakadotcom5 小时前
使用 Model Context Protocol (MCP) 构建 GitHub PR 审查服务器
后端·面试·github
uhakadotcom5 小时前
Apache Airflow入门指南:数据管道的强大工具
算法·面试·github
uhakadotcom5 小时前
Ruff:Python 代码分析工具的新选择
后端·面试·github