Skip to content

Instantly share code, notes, and snippets.

@yratof
Created October 26, 2021 07:54
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 yratof/51469dbf43f880b045027d712a6f11ab to your computer and use it in GitHub Desktop.
Save yratof/51469dbf43f880b045027d712a6f11ab to your computer and use it in GitHub Desktop.
Brew permission fixer
# https://stackoverflow.com/questions/16432071/how-to-fix-homebrew-permissions
sudo chown -R "$USER":admin 'path-to-thing-brew-complains-about'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment