Error: caskroom / cask fue movido. Toque homebrew / cask-cask en su lugar


11

Intento pasar por el proceso de instalación de Github en MacOs Catalina

El primer paso es ejecutar en la Terminal:

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

Pero me sale un error:

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

Entonces intenté:

brew tap caskroom/cask

Pero recibí el mismo error. ¿Tienes alguna sugerencia?

Respuestas:


16

Ya no necesita instalar cask, solo necesita homebrew. Intenta usar cualquier comando de barril


Traté de ingresar "barril" en la terminal. Y el error es "-bash: cask: comando no encontrado"
Paul T.

2
Creo entender. cuando escribí brew cask, me dio opciones
Paul T.

Es un error sobre la ruta del archivo. Es mejor que solo siga la pista Tap homebrew/cask-cask instead.
Andrew.T

Simplemente instale gimp usando en brew cask install gimplugar de brew tap caskroom/cask && brew cask install gimp. ¡Gracias!
rize


2

// este error de código:

brew tap caskroom/fonts
Error: caskroom/fonts was moved.

// el código correcto.

brew tap homebrew/cask-fonts
brew cask install font-fira-code

¿Qué hace el segundo comando?
Winnemucca

0

ok, entiendo, solo escribe 'brew cask' y espera .....

MyMacBook-Pro: homebrew-core adam $ brew cask ==> Tocando homebrew / cask Cloning en '/ usr / local / Homebrew / Library / Taps / homebrew / homebrew-cask' ... remoto: enumerando objetos: 3581, hecho. remoto: Contando objetos: 100% (3581/3581), hecho. remoto: Comprimir objetos: 100% (3573/3573), hecho. remoto: Total 3581 (delta 23), reutilizado 578 (delta 6), paquete reutilizado 0 Objetos de recepción: 100% (3581/3581), 1.19 MiB | 18.00 KiB / s, hecho. Deltas de resolución: 100% (23/23), hecho. Tocó 1 comando y 3470 barriles (3,586 archivos, 3.9MB). Homebrew Cask proporciona un flujo de trabajo de CLI amigable para la administración de aplicaciones macOS distribuidas como archivos binarios.

Comandos:

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

Ver también "hombre brew-bark"

Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.