Skip to content

Instantly share code, notes, and snippets.

@cnruby
Created March 26, 2020 18:59
Show Gist options
  • Save cnruby/5a5af12f85b369d609c621cec9678820 to your computer and use it in GitHub Desktop.
Save cnruby/5a5af12f85b369d609c621cec9678820 to your computer and use it in GitHub Desktop.
how to fix Homebrew permissions?
# fix my permissions for OSX Homebrew
# https://github.com/Homebrew/legacy-homebrew/issues/43301
sudo chown -R "$USER":admin /usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment