Error Permission denied when running brew cleanup

1313 단어 Mac
ac에서 "brew cleanup"명령을 실행할 때 다음 오류를 알립니다.
==> `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/* 

좋은 웹페이지 즐겨찾기