Upgrading brew February 22, 2017 brew complaining that it doesn't support a prerelease version of OSX? Here is the only fix. A mere "brew update" will not work. cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update Read more