本文最后更新于 92 天前,其中的信息可能已经有所发展或是发生改变。
提交代码到 github 时报错 fatal: unable to access ‘https://github.com/DopplerXD/xxx.git/‘: schannel: failed to receive handshake, SSL/TLS connection failed
解决方法:Git Bash 中进行以下配置
git config --global http.sslBackend "openssl" 提交代码到 github 时报错 fatal: unable to access ‘https://github.com/DopplerXD/xxx.git/‘: schannel: failed to receive handshake, SSL/TLS connection failed
解决方法:Git Bash 中进行以下配置
git config --global http.sslBackend "openssl"