Error Permission denied when running brew cleanup
1313 단어 Mac
==> `brew cleanup` has not been run in 30 days, running now...
Pruned 0 symbolic links and 9 directories from /usr/local
Error: Permission denied @ apply2files - /usr/local/lib/node_modules/cordova/node_modules/extglob/lib/.DS_Store
프롬프트에 권한이 없으므로 sudo: 또는 오류를 보고합니다.
Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
최종적으로 해결 방법을 찾아 다음 명령을 실행하고 cleanup을 실행합니다.
sudo chown -R $(whoami):admin /usr/local/* && sudo chmod -R g+rwx /usr/local/*
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
macbookpro jis 배열에 대한 외부 키보드 us 배열 연결 설정직장에서 처음으로 mac을 사용하게 되었다. 툴이나 설정 등 처음이었기 때문에 기록. 난 thinkpad us 배열 키보드를 연결. 안내가 표시됩니다. 왼쪽 shift의 오른쪽 옆의 버튼을 추측하고, 오른쪽 shif...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.