Created
September 9, 2016 09:51
-
-
Save alessandrostone/cf8c31869db2a7ec9f8b4ac2ce8ce1a9 to your computer and use it in GitHub Desktop.
Fix Brew always get Already up-to-date.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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