mac brew 失败

发布于 2022-09-05 23:39:56 字数 858 浏览 10 评论 0

chenyibindeMacBook-Air:local benz$ brew install opencv
==> Downloading https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.leopard_64.bottle.1.tar.gz

curl: (28) Operation timed out after 300137 milliseconds with 0 out of 0 bytes received
Error: Download failed: https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.leopard_64.bottle.1.tar.gz
Error: Failed to install vendor Ruby.
chenyibindeMacBook-Air:local benz$ brew tap homebrew/science
==> Downloading https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.leopard_64.bottle.1.tar.gz

curl: (35) Server aborted the SSL handshake
Error: Download failed: https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.leopard_64.bottle.1.tar.gz
Error: Failed to install vendor Ruby.
chenyibindeMacBook-Air:local benz$ 

求救!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅紫色的梦幻 2022-09-12 23:39:56

两个错误,一个是网络超时,另一个是 Ruby 2.3 下载失败。

如果有扶墙工具,可以看下代理设置然后让终端走代理。智能分流的话,记得设置 homebrew.bintray.coms3.amazonaws.com 走代理。

export http_proxy=http://127.0.0.1:6152
export https_proxy=http://127.0.0.1:6152

另外,你可以去看下 Ruby China 上的 Ruby 安装教程,以及软件源设置

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文