Brew: To checkout v1.0.1 in /usr/local/Homebrew run...

Created on 22 Sep 2016  Â·  5Comments  Â·  Source: Homebrew/brew

When I run brew update && brew upgrade --all I get

Checking out v1.0.1 in /usr/local/Homebrew...
To checkout v1.0.1 in /usr/local/Homebrew run:
'cd /usr/local/Homebrew && git checkout v1.0.1

If I do it

cd /usr/local/Homebrew && git checkout v1.0.1
Already on 'v1.0.1'

then (from wherever):brew update && brew upgrade --all
Checking out v1.0.1 in /usr/local/Homebrew...
To checkout v1.0.1 in /usr/local/Homebrew run:
'cd /usr/local/Homebrew && git checkout v1.0.1
Already up-to-date.
Checking out v1.0.1 in /usr/local/Homebrew...
To checkout v1.0.1 in /usr/local/Homebrew run:
'cd /usr/local/Homebrew && git checkout v1.0.1

Make it stop please.

Bug reports:

Please replace this line with a brief summary of your issue.

Propose a feature:

Instead of creating an issue here, please create a pull request with your change proposal in the Homebrew Evolution repository using the proposal template.

Most helpful comment

Make it stop please.

We will when we release 1.0.2. Sorry for the inconvenience.

All 5 comments

Make it stop please.

We will when we release 1.0.2. Sorry for the inconvenience.

Released, run brew update.

(twice)

(FWIW, just brew update didn't work, even after a few tries; I had to do the full cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update...)

✔ 16:42 ~ $ brew update
Already up-to-date.

I love brew!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fxcoudert picture fxcoudert  Â·  3Comments

mislav picture mislav  Â·  3Comments

JaKXz picture JaKXz  Â·  3Comments

cfredhart picture cfredhart  Â·  4Comments

vitahlin picture vitahlin  Â·  4Comments