git 推送报错 schannel: failed to receive handshake, SSL/TLS connection failed 处理亲测有效
1、在项目根目录,右键打开Git Bash Here
2、输入 git config --global http.sslBackend schannel
3、从新推送 git push https: xxxxx.git -f
2、输入 git config --global http.sslBackend schannel
3、从新推送 git push https: xxxxx.git -f