Files
nexus/wiki/sources/git-push-connection-reset.md
2026-04-14 16:02:50 +08:00

961 B
Raw Blame History

title, type, tags, date, source_file
title type tags date source_file
Git Push 连接重置问题修复 source
Git
GitHub
Proxy
SOCKS5
2026-04-14 raw/Technical/Git Push 连接重置问题修复.md

Summary

  • 核心主题解决国内访问GitHub时Git Push连接重置问题
  • 问题域TCP连接层面被防火墙阻断
  • 方法/机制配置Git代理 / 切换到SSH协议
  • 结论/价值让Git流量走本地代理通道是根本解决方案

Key Claims

  • Recv failure: Connection was reset是TCP连接层面中断不是权限问题
  • GFW检测到流量特征后发送TCP RST包阻断连接
  • 为Git单独配置代理不影响其他命令

Key Concepts

Key Entities

Connections

Contradictions

  • 尚未发现