我对StackOverflow还是陌生的,至少在发布方面。最近,每当尝试执行命令git pull时,我都会收到以下错误。
fatal: unable to access 'https://tfs.xxxxx.net/tfs/cps_azure/CAxxxx_xxxx/_git/xxxx_xxxx/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to tfs.xxxxx.net:443
我尝试用我的同事及其git的密钥更新ca-bundle.crt。但是仍然出现相同的错误。
任何帮助表示赞赏!
-真诚地, 埃迪
答案 0 :(得分:2)
检查同事git(工作中)与您的git(工作中)之间是否还有其他区别:
http.sslCAInfo
或http.sslCAPath
)作为mentioned here,您的代理人可能不同于(或被设置为)您的同事所使用的代理人。