在Mac终端中键入brew install thrift
会尝试从以下网址下载并安装thrift-0.9.0:
==> Downloading http://www.apache.org/dyn/closer.cgi?path=thrift/0.9.0/thrift-0.9.0.tar.gz
==> Best Mirror http://mirror.olnevhost.net/pub/apache/thrift/0.9.0/thrift-0.9.0.tar.gz
但是我收到404 Not Found错误。
最新版本的thrift是0.9.1,但brew install thrift
命令只尝试安装0.9.0。
如何使用brew install
安装Thrift?
当我输入时,这是在家酿造中更新的吗?还是我需要一个不同的命令? 感谢。
答案 0 :(得分:1)
对我来说,一个简单的brew update
完成了这项工作。
答案 1 :(得分:0)
brew edit thrift
#url 'http://www.apache.org/dyn/closer.cgi?path=thrift/0.9.0/thrift-0.9.0.tar.gz'
url 'file:///path/to/thrift-0.9.0.tar.gz'