Created
May 18, 2013 16:49
-
-
Save kenji0x02/5605084 to your computer and use it in GitHub Desktop.
homebrewでlinkエラー
Error: The `brew link` step did not complete successfully
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo chgrp -R staff /usr/local | |
$ sudo chmod -R 775 /usr/local | |
# 775: -rwxrwxr-x | |
# staff: このMacで管理者権限のないユーザグループのこと。変更前のグループはadmin。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
よくないけど、しょっちゅうPermission deniedって言われると泣きたくなるので。Homebewのポリシーがよくわかりません><