feat(wiki): ingest Cloud DevOps and Home Office sources batch
This commit is contained in:
38
wiki/sources/Git Push 连接重置问题修复.md
Normal file
38
wiki/sources/Git Push 连接重置问题修复.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
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
|
||||
- 无
|
||||
Reference in New Issue
Block a user