Git fetch 失败: gnutls_handshake() failed 的排查与修复
在项目中执行 git fetch 时报错:
fatal: unable to access https://git.example.com/rxx/demo_project.git/:
gnutls_handshake() failed: Error in protocol version2. 表现
git fetch / git pull 均失败,无法访问远程仓库。报错信息固定为 gnutls_hand…
2026/8/9 5:39:04