在使用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