Skip to content

Instantly share code, notes, and snippets.

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 lucashungaro/02c40b4d618b93f3e44971889e7c33f3 to your computer and use it in GitHub Desktop.
Save lucashungaro/02c40b4d618b93f3e44971889e7c33f3 to your computer and use it in GitHub Desktop.
Fix Homebrew issues after upgrading to El Capitan (errors such as /usr/local is not writable or cannot load such file --mach)
sudo chown -R $(whoami):admin /usr/local
cd /usr/local
git reset --hard
git clean -df
brew update
Profit!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment