为什么不能酿造找到具体的已知配方?

ano*_*use 12 homebrew bazel

我正试图在我的mac上安装bazel(10.11.5).

我可以看到它可以通过brew获得:http: //braumeister.org/formula/bazel

但是当我运行"brew install bazel"时,我得到了这个:

Error: No available formula for bazel 
Searching formulae...
Searching taps...
Run Code Online (Sandbox Code Playgroud)

为什么是这样?

The*_*Kid 10

在我的情况下,Homebrew在运行后已经是最新的,brew update在尝试安装xdebug时我仍然收到与OP相同的错误消息:

$ brew update
Already up-to-date.
$ brew install php70-xdebug
Error: No available formula with the name "php70-xdebug"
Run Code Online (Sandbox Code Playgroud)

使用Mark关于OP的评论的建议解决了这个问题:

$ brew search xdebug
homebrew/php/xdebug-osx    homebrew/php/php70-xdebug
Run Code Online (Sandbox Code Playgroud)

所以现在,运行$ brew install homebrew/php/php70-xdebug,Homebrew找到并安装了包.


Chi*_*iel 6

你应该更新你的啤酒,因为它确实可用.跑

brew update
brew install bazel
Run Code Online (Sandbox Code Playgroud)

然后它应该工作.