当前位置:   article > 正文

github 443 错误 OpenSSL SSL_connect: SSL_ERROR_SYSCALL 或者LibreSSL 终极解决办法_openssl syscall

openssl syscall
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
  • 1
LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bitbucket.org:443
  • 1

终极解决方案

  • step1: 检查是否开了网络代理,如果有先关闭;
  • step2:在命令行输入如下命令
git config --global http.sslVerifyfalse

git config --global --unset http.proxy

git config --global --unset https.proxy

git config --global http.sslBackend "openssl"
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • step3: 以上命令都完成了之后就重启命令行窗口,愉快的执行你的curl或者其他指令了。
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/人工智能uu/article/detail/881476
推荐阅读
相关标签
  

闽ICP备14008679号