更新CLAUDE.md,删除wiki/concepts空文件

This commit is contained in:
2026-04-14 16:26:02 +08:00
parent c6e3d3c5db
commit ba87044423
361 changed files with 3 additions and 12064 deletions

View File

@@ -1,25 +0,0 @@
---
title: "GitHub"
type: entity
tags: [Git, 代码托管]
sources: [git-push-connection-reset, china-textbook]
last_updated: 2026-04-14
---
## Definition
全球最大代码托管平台,国内访问存在连接限制问题。
## Core Attributes
- 类型:代码托管平台
- 问题TCP连接被防火墙阻断Connection reset
## Connection Issues
- `Recv failure: Connection was reset`TCP层面中断
- 原因防火墙检测到流量特征发送TCP RST包
## Solutions
- **代理方案**配置Git代理走本地V2RayN
- **SSH方案**切换到SSH协议22端口相对稳定
## Connections
- [[Git]] ← 托管 ← [[GitHub]]