使用 GitHubdesktop 在fetch是突然报错,如下:
错误信息:schannel: failed to receive handshake, SSL/TLS connection failed

解决方式:
在C盘个人用户中找到.gitconfig文件,设置或修改以下内容,然后解决。
[http]
sslbackend = openssl问题解决。
版权声明:本文为Leo_DLi原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
使用 GitHubdesktop 在fetch是突然报错,如下:
错误信息:schannel: failed to receive handshake, SSL/TLS connection failed

解决方式:
在C盘个人用户中找到.gitconfig文件,设置或修改以下内容,然后解决。
[http]
sslbackend = openssl问题解决。