Skip to content

Instantly share code, notes, and snippets.

@alessandrostone
Created September 9, 2016 09:51
Show Gist options
  • Save alessandrostone/cf8c31869db2a7ec9f8b4ac2ce8ce1a9 to your computer and use it in GitHub Desktop.
Save alessandrostone/cf8c31869db2a7ec9f8b4ac2ce8ce1a9 to your computer and use it in GitHub Desktop.
Fix Brew always get Already up-to-date.
If Homebrew was updated on Aug 10-11th 2016 and brew update always says Already up-to-date. you need to run:
cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment