提交代码到 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"