Skip to content

Instantly share code, notes, and snippets.

@bemre
Created May 19, 2015 12:00
Show Gist options
  • Save bemre/dcc53f6a6f2cf09d76c2 to your computer and use it in GitHub Desktop.
Save bemre/dcc53f6a6f2cf09d76c2 to your computer and use it in GitHub Desktop.
permission error when multiple user using brew
chgrp -R admin /usr/local
chmod -R g+w /usr/local
chgrp -R admin /Library/Caches/Homebrew
chmod -R g+w /Library/Caches/Homebrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment