美文网首页
CocoaPods LibreSSL SSL_connect:

CocoaPods LibreSSL SSL_connect:

作者: Eyes_cc | 来源:发表于2022-04-18 14:22 被阅读0次

问题:[!] CocoaPods LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

这个问题在github上已有记录
Mac OS 10.14 Mojave brew upgrade Curl LibreSSL SSL_connect: SSL_ERROR_SYSCALL #4436
解决
问题通过设置此env变量解决:
export HOMEBREW_FORCE_BREWED_CURL =1
如果设置上面的还不行,顺便执行下面的两句

git config --global --unset http.proxy
git config --global --unset https.proxy

2、github

Homebrew/brew

Homebrew/brew的github地址:https://github.com/Homebrew

相关文章

网友评论

      本文标题:CocoaPods LibreSSL SSL_connect:

      本文链接:https://www.haomeiwen.com/subject/ajnvcltx.html