Skip to content

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

Description

@PtJade-Ceramic

请认真检查以下清单中的每一项

  • 已经搜索过,没有发现类似的 issue
  • 已经搜索过文档,没有发现相关内容
  • 已经尝试使用过最新版,问题依旧存在
  • 使用的是官方版本(未替换及修改过安装目录程序文件)

🐛 描述

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

📷 复现步骤

  1. 安装 git-sdk-installer-1.0.8-64.7z.exe
  2. (安装后一般会自动执行)打开安装目录中的 git-bash
  3. 打开 Watt Toolkit,选中“Github 网站 (Git Push)”,点击 一键加速
  4. 在刚才打开的 git-bash 中运行
    curl https://github.com
结果(停止加速、网络连接状况良好)
$ curl -s -o /dev/null -w "%{http_code}" https://github.com/git-for-windows/git/
200
结果(开启 **一键加速**)
$ 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

🖼 截图

🚑 其他信息

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions