Skip to content

Instantly share code, notes, and snippets.

@florido
Forked from irazasyed/homebrew-permissions-issue.md
Last active October 7, 2018 16:54
Show Gist options
  • Select an option

  • Save florido/66af239d94b7bac37e03a5ec721aabaa to your computer and use it in GitHub Desktop.

Select an option

Save florido/66af239d94b7bac37e03a5ec721aabaa to your computer and use it in GitHub Desktop.

Homebrew Permissions Denied Issues Solution

/usr/local can no longer be chowned in 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