Cask“google-chrome-canary”不可用

Fra*_*rzi 11 macos homebrew google-chrome

我尝试了多种使用Brew在 macOS 中安装 Google Chrome Canary 的方法

brew install chrome-canary

错误:未找到类似名称的公式。错误:没有可用的配方或名称为“chrome-canary”的桶。

brew install --cask google-chrome-canary

错误:木桶“google-chrome-canary”不可用:不存在具有此名称的木桶。

brew cask install google-chrome-canary

错误:调用brew cask install被禁用!使用brew install [--cask] 代替。

他们都失败了。如何使用最新brew版本在最新的 macOS 中安装 Google Chrome Canary?

Fra*_*rzi 14

解决办法是:

brew tap homebrew/cask-versions && brew install --cask google-chrome-canary
Run Code Online (Sandbox Code Playgroud)

工作使用Homebrew 2.7.1