当前位置: 代码迷 >> 综合 >> github提交代码:schannel: failed to receive handshake, SSL/TLS connection failed
  详细解决方案

github提交代码:schannel: failed to receive handshake, SSL/TLS connection failed

热度:51   发布时间:2023-11-18 00:43:51.0

出现问题的场景:

    新创建了项目,第一次提交代码

问题解决办法:

    打开Git Base Here,输入下面的命令,回车即可

    git config --global http.sslBackend "openssl"

  相关解决方案