Skip to content

Instantly share code, notes, and snippets.

@acbetter
Created July 13, 2018 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acbetter/6d6b99ca2c11ecdb6fb72841c56b875e to your computer and use it in GitHub Desktop.
Save acbetter/6d6b99ca2c11ecdb6fb72841c56b875e to your computer and use it in GitHub Desktop.
Fix Homebrew owner permission in the macOS High Sierra
sudo chown -R $(whoami) $(brew --prefix)/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment