[已解决]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]亲测可用。来源:http...
·
在使用github客户端提交代码时,报错
failed to receive handshake ssl/tls connection failed
解决方法:
$ git config --global http.sslBackend "openssl"
$ git config --global http.sslCAInfo [path to .pem file]
亲测可用。
如果还不能用,建议fq google.
来源:https://github.com/desktop/desktop/issues/2920
更多推荐
已为社区贡献1条内容
所有评论(0)