Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created May 18, 2015 15:31
Show Gist options
  • Save kneipp/361093f3104841b8110b to your computer and use it in GitHub Desktop.
Save kneipp/361093f3104841b8110b to your computer and use it in GitHub Desktop.
homebrew update bugfix after long time w/o signin on computer
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