Files
nexus/wiki/sources/Git Push 连接重置问题修复.md

38 lines
873 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Git Push 连接重置问题修复"
type: source
tags: []
date: 2026-04-14
---
## Source File
- [[raw/Home Office/Git Push 连接重置问题修复.md]]
## Summary
- 核心主题Git Push连接重置问题的解决方案
- 问题域国内访问GitHub时的网络干扰
- 方法/机制配置HTTP/SOCKS5代理、切换SSH协议
- 结论/价值根本解决TCP连接层面中断问题
## Key Claims
- Recv failure是TCP连接中断非权限问题
- 代理方案最有效
- 可切换SSH协议绕过
## Key Quotes
> "连接重置是TCP连接层面的中断。"
## Key Concepts
- [[Git代理]]为Git单独配置代理
- [[TCP RST]]:连接重置包
- [[Git SSH]]使用SSH协议
## Key Entities
- [[GitHub]]:代码托管平台
- [[V2RayN]]:代理软件
## Connections
- [[Git代理]] ← uses ← [[SOCKS5代理]]
## Contradictions
- 无