Skip to content

Instantly share code, notes, and snippets.

@andreydelpozo2
Created September 14, 2015 21:09
Show Gist options
  • Save andreydelpozo2/4077a72e96971e5bbcd3 to your computer and use it in GitHub Desktop.
Save andreydelpozo2/4077a72e96971e5bbcd3 to your computer and use it in GitHub Desktop.
fix brew in elCap
cd `brew --prefix`
git remote add origin https://github.com/mxcl/homebrew.git
git fetch origin
git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment