git push github SSL报错处理
生活随笔
收集整理的這篇文章主要介紹了
git push github SSL报错处理
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
| 本文僅供學習交流使用,如侵立刪!demo下載見文末 |
git push github SSL報錯
問題:OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解決:
在github項目在本地的根目錄下打開git命令行,
執行下面的命令:
git config --global --unset http.proxy
問題:SSL certificate problem: unable to get local issuer certificate
解決:
git config --global http.sslVerify false
成功提交:
| 本文僅供學習交流使用,如侵立刪! |
總結
以上是生活随笔為你收集整理的git push github SSL报错处理的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python py生成及调用pyd(so
- 下一篇: Python vaptcha手势人机验证