Skip to content

Instantly share code, notes, and snippets.

@zetrider
Created February 2, 2017 08:47
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 zetrider/eb7bd1283c2112865c666e383446b3a8 to your computer and use it in GitHub Desktop.
Save zetrider/eb7bd1283c2112865c666e383446b3a8 to your computer and use it in GitHub Desktop.
Error: /usr/local must be writable!
1. sudo chown -R $(whoami) /usr/local
2. brew update
3. sudo chmod 0755 /usr/local
4. sudo chown root:wheel /usr/local
5. brew upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment