mac brew 失败
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两个错误,一个是网络超时,另一个是 Ruby 2.3 下载失败。
如果有扶墙工具,可以看下代理设置然后让终端走代理。智能分流的话,记得设置 homebrew.bintray.com 和 s3.amazonaws.com 走代理。
另外,你可以去看下 Ruby China 上的 Ruby 安装教程,以及软件源设置。