web-dev-qa-db-ja.com

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

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

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

11
Paul T.

はい、わかりました。「brew cask」と入力して、お待ちください...

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

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

0
bigfaceber