BeyondDimension / BeyondDimension/SteamTools

🐛[BUG] 启用加速后无法在 Git for Windows SDK 中访问 GitHub

Open
#4,123 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
26.8k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

## 请认真检查以下清单中的每一项
- [x] 已经搜索过,没有发现类似的 issue
- [x] 已经搜索过文档,没有发现相关内容
- [x] 已经尝试使用过最新版,问题依旧存在
- [x] 使用的是官方版本(未替换及修改过安装目录程序文件)

### 🐛 描述

启用加速后无法在 Git for Windows SDK 中访问 GitHub

### 📷 复现步骤

1. 安装 [git-sdk-installer-1.0.8-64.7z.exe](https://github.com/git-for-windows/build-extra/releases/download/git-sdk-1.0.8/git-sdk-installer-1.0.8-64.7z.exe)
2. (安装后一般会自动执行)打开安装目录中的 git-bash
3. 打开 Watt Toolkit,选中“Github 网站 (Git Push)”,点击 **一键加速**
4. 在刚才打开的 git-bash 中运行
```bash
curl https://github.com
```

结果(停止加速、网络连接状况良好)

```bash
$ curl -s -o /dev/null -w "%{http_code}" https://github.com/git-for-windows/git/
200
```

结果(开启 **一键加速**)

```bash
$ curl -o /dev/null -v -w "%{http_code}" https://github.com
* Host github.com:443 was resolved.
* IPv6: (none)
* IPv4: 127.0.0.1
* Trying 127.0.0.1:443...
* schannel: disabled automatic use of client certificate
* ALPN: curl offers http/1.1
* schannel: next InitializeSecurityContext failed: CRYPT_E_NO_REVOCATION_CHECK (0x80092012) - 吊销功能无法检查证书是否吊销。
* closing connection #0
curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_NO_REVOCATION_CHECK (0x80092012) - 000
```

### 📄 日志信息

[nlog-all-2026-08-05.log](https://github.com/user-attachments/files/30746986/nlog-all-2026-08-05.log)

### 🖼 截图

### 🚑 其他信息

- 处理器体系结构:arm64
- 系统版本号:Windows 11 26200.8875
- 下载渠道:微软商店
- 程序版本:3.1.0
- 是否包含独立运行时:

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the reproduction steps and the attached nlog-all-2026-08-05.log, then compare curl behavior in Git for Windows SDK with acceleration disabled and enabled. Done means GitHub is reachable from the SDK while acceleration remains enabled, without the reported Schannel revocation-check error.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, git, github
Domain
desktop, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.