【发布时间】:2021-05-30 09:47:51
【问题描述】:
Homebrew 停止工作。这是我尝试brew install anything 时遇到的错误:
$ brew install python
==> Downloading https://homebrew.bintray.com/bottles/gdbm-1.18.1_1.big_sur.bottle.tar.gz
curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number
Error: Failed to download resource "gdbm"
Download failed: https://homebrew.bintray.com/bottles/gdbm-1.18.1_1.big_sur.bottle.tar.gz
这是brew doctor & brew update 的输出:
$ brew doctor
Your system is ready to brew.
$ brew update
Already up-to-date.
问题似乎出在curl 命令上,所以我尝试了curl,结果相同:
curl https://homebrew.bintray.com/bottles/gdbm-1.18.1_1.big_sur.bottle.tar.gz
curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number
我不在代理后面。这是什么意思以及如何解决?
【问题讨论】:
标签: macos shell curl command-line homebrew