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

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

그러나 같은 오류가 발생했습니다. 의견 있으십니까?



답변

더 이상 통을 설치할 필요가 없습니다. 홈브류 만 있으면됩니다. cask 명령을 사용해보십시오


답변

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

brew tap homebrew/cask-fonts


답변

//이 코드 오류 :

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

// 올바른 코드.

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


답변

알다시피, ‘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

“사람 양조 통”참조


답변