错误:桶/桶已移动。轻按自制/酒桶-酒桶


11

我尝试完成安装过程 在MacOs Catalina上 Github的

第一步是在终端中执行:

cd ~/
curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash

但我得到错误:

Error: caskroom/cask was moved. Tap homebrew/cask-cask instead.

然后我尝试了:

brew tap caskroom/cask

但是我遇到了同样的错误。你有什么建议吗?

Answers:


16

您不再需要安装桶,只需要自制即可。尝试使用任何cask命令


我尝试在终端输入“酒桶”。错误是“ -bash:桶:未找到命令”
Paul T.19年

2
我觉得我明白了。当我写啤酒桶时,给了我很多选择
Paul T.

关于文件路径的错误。最好只遵循提示Tap homebrew/cask-cask instead
Andrew.T

只需使用brew cask install gimp而不是安装gimp brew tap caskroom/cask && brew cask install gimp。谢谢!

6

从自家酿造而不是在酒窖里轻按:

brew tap homebrew/cask-fonts


0

好的,我了解,只需输入“酒桶”,然后等待.....

MyMacBook-Pro:家庭酿造核心亚当$酿造桶==>轻击Homebrew / cask克隆到'/ usr / local / Homebrew / Library / Taps / homebrew / homebrew-cask'...远程:枚举对象:3581,已完成。远程:计数对象:100%(3581/3581),已完成。远程:压缩对象:100%(3573/3573),已完成。远程:总计3581(增量23),已重用578(增量6),已重用包0接收对象:100%(3581/3581),1.19 MiB | 18.00 KiB / s,已完成。解决增量:100%(23/23),已完成。轻按1个命令和3470个木桶(3,586个文件,3.9MB)。Homebrew Cask提供了友好的CLI工作流,用于管理以二进制形式分发的macOS应用程序。

命令:

--cache    display the file used to cache the Cask
audit      verifies installability of Casks
cat        dump raw source of the given Cask to the standard output
create     creates the given Cask and opens it in an editor
doctor     checks for configuration issues
edit       edits the given Cask
fetch      downloads remote application files to local cache
home       opens the homepage of the given Cask
info       displays information about the given Cask
install    installs the given Cask
list       with no args, lists installed Casks; given installed Casks, lists staged files
outdated   list the outdated installed Casks
reinstall  reinstalls the given Cask
style      checks Cask style using RuboCop
uninstall  uninstalls the given Cask
upgrade    upgrades all outdated casks
zap        zaps all files associated with the given Cask

另请参阅“男人酿造桶”

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.