[已解决]failed to receive handshake ssl/tls connection failed github

在使用github客户端提交代码时,报错
failed to receive handshake ssl/tls connection failed
解决方法:

$ git config --global http.sslBackend "openssl"
$ git config --global http.sslCAInfo [path to .pem file]

亲测可用。
如果还不能用,建议谷歌,博主bing搜索了半天没有找到合适的方案,更别说百度了……
来源:https://github.com/desktop/desktop/issues/2920

发布了96 篇原创文章 · 获赞 19 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/Thera_qing/article/details/102843096