web-dev-qa-db-fra.com

Erreur: caskroom / cask a été déplacé. Appuyez sur homebrew / cask-cask à la place

J'essaie de passer par le processus d'installation Github sur MacOs Catalina

La première étape consiste à exécuter dans Terminal:

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

Mais je reçois une erreur:

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

J'ai ensuite essayé:

brew tap caskroom/cask

Mais j'ai eu la même erreur. Avez-vous des suggestions?

11
Paul T.

ok, je comprends, tapez simplement 'brew cask', et attendez .....

MyMacBook-Pro: homebrew-core adam $ brew cask ==> Exploiter homebrew/cask Cloning into '/ usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask' ... remote: Enumerating objects: 3581, done. à distance: comptage d'objets: 100% (3581/3581), fait. à distance: compression des objets: 100% (3573/3573), fait. à distance: Total 3581 (delta 23), réutilisé 578 (delta 6), pack-reused 0 Objets récepteurs: 100% (3581/3581), 1,19 Mio | 18,00 Kio/s, fait. Résolution des deltas: 100% (23/23), fait. Taper 1 commande et 3470 fûts (3 586 fichiers, 3,9 Mo). Homebrew Cask fournit un flux de travail CLI convivial pour l'administration des applications macOS distribuées sous forme de binaires.

Commandes:

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

Voir aussi "homme brew-cask"

0
bigfaceber