Skip to content

Instantly share code, notes, and snippets.

@grayghostvisuals
Created October 30, 2012 22:28
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 grayghostvisuals/3983519 to your computer and use it in GitHub Desktop.
Save grayghostvisuals/3983519 to your computer and use it in GitHub Desktop.
Fix for Cannot "brew update" anymore - fails to git pull formulas
[https://github.com/mxcl/homebrew/issues/11448](https://github.com/mxcl/homebrew/issues/11448)
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