Skip to content

Instantly share code, notes, and snippets.

@kenji0x02
Created May 18, 2013 16:49
Show Gist options
  • Save kenji0x02/5605084 to your computer and use it in GitHub Desktop.
Save kenji0x02/5605084 to your computer and use it in GitHub Desktop.
homebrewでlinkエラー Error: The `brew link` step did not complete successfully
$ sudo chgrp -R staff /usr/local
$ sudo chmod -R 775 /usr/local
# 775: -rwxrwxr-x
# staff: このMacで管理者権限のないユーザグループのこと。変更前のグループはadmin。
@kenji0x02
Copy link
Author

よくないけど、しょっちゅうPermission deniedって言われると泣きたくなるので。Homebewのポリシーがよくわかりません><

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment