Skip to content

Instantly share code, notes, and snippets.

@klappradla
Created September 20, 2016 16: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 klappradla/3938511e5dae77035f82325dbdb397dc to your computer and use it in GitHub Desktop.
Save klappradla/3938511e5dae77035f82325dbdb397dc to your computer and use it in GitHub Desktop.
Reset Homebrew if updates are no longer working
cd `brew --prefix`
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