[已解決]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

發佈了89 篇原創文章 · 獲贊 15 · 訪問量 1萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章