tags: MacOS Brew Debug
问题
brew更新之后, 使用brew outdated --cask
会出现下面的错误:
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to formulae.brew.sh:443
或者说应该是一个警告, 那么怎么解决呢?
一开始以为是代理的问题, 关掉之后也不行, 后来看到了Stack Overflow的方案, 很不错, 在此记录一下.
解决方案
- networking - Homebrew gives SSL error (SSL_ERROR_SYSCALL) on home network - Super User;
- brew update fails if there are unstashed changes in homebrew core · Issue #3410 · Homebrew/brew (github.com);
首先使用下面的命令重置brew到最新版:
brew update-reset
这个过程可能要持续一段时间, 因为要拉取最新版的brew.
然后更新:
brew update
这个过程中我都是开启代理的, 就算有了ustc源还是慢. 再试试:文章来源:https://www.toymoban.com/news/detail-501981.html
==> brew update
HOMEBREW_BREW_GIT_REMOTE set: using https://mirrors.ustc.edu.cn/brew.git for Homebrew/brew Git remote.
HOMEBREW_CORE_GIT_REMOTE set: using https://mirrors.ustc.edu.cn/homebrew-core.git for Homebrew/core Git remote.
Already up-to-date.
√ ~
==> brew outdated --cask
calibre (6.8.0) != 6.12.0
dosbox-x (2022.12.26,20201226002957) != 2022.12.26,20221226183221
geogebra (6.0.722.0) != 6.0.755.0
keycastr (0.9.12) != 0.9.13
prince (15) != 15.0.1
rstudio (2022.07.2,576) != 2022.12.0,353
OK了.文章来源地址https://www.toymoban.com/news/detail-501981.html
到了这里,关于Homebrew更新后出现curl (35) LibreSSL SSL_connect SSL_ERROR_SYSCALL的解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!