오류 : 캐스 크룸 / 캐스 크가 이동되었습니다. 사제 / 통조림 대신 탭


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"를 입력하려고했습니다. 그리고 오류는 "-bash : cask : command not found"
Paul T.

2
이해가가는 것 같네요. 내가 양조 통을 쓸 때, 그것은 나에게 옵션을 준
폴 T.

파일 경로에 대한 오류입니다. 힌트를 따르는 것이 좋습니다 Tap homebrew/cask-cask instead.
Andrew.T

brew cask install gimp대신을 사용하여 김프를 설치하십시오 brew tap caskroom/cask && brew cask install gimp. 감사!
리즈

6

캐스 크룸 대신 홈 브루에서 두드리기 :

brew tap homebrew/cask-fonts

2

//이 코드 오류 :

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

// 올바른 코드.

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

두 번째 명령은 무엇을합니까?
Winnemucca

0

알다시피, '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 / s 완료 델타 해결 : 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.