エラー:caskroom / caskが移動されました。代わりに自家製/キャスクキャスクをタップしてください


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

しかし、同じエラーが発生しました。何か提案はありますか?

回答:


16

caskをインストールする必要はもうありません。自作のみが必要です。caskコマンドを使用してみてください


端末に「cask」と入力してみました。そして、エラーは、「-bash:cask:コマンドが見つかりません」
Paul T.

2
私は理解したと思います。brew caskを書いたとき、それは私に選択肢を与えてくれました
Paul T.

ファイルパスのエラーです。ヒントに従うだけの方がいいですTap homebrew/cask-cask instead
Andrew.T

brew cask install gimpではなくを使用してgimpをインストールしてくださいbrew tap caskroom/cask && brew cask install gimp。ありがとう!
RIZE

6

キャスクルームの代わりに自作からタップします:

brew tap homebrew/cask-fonts


0

わかりました、「ブリューキャスク」と入力して、お待ちください...

MyMacBook-Pro:homebrew-core adam $ brew cask ==> 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 /秒、完了。デルタの解決:100%(23/23)、完了。1つのコマンドと3470のキャスク(3,586ファイル、3.9MB)をタップしました。Homebrew Caskは、バイナリとして配布されるmacOSアプリケーションを管理するための使いやすいCLIワークフローを提供します。

コマンド:

--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

「マンブリューキャスク」も参照

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.