If cloning the homebrew/core taps fails (like for a flaky network connection), install.sh
will appear to succeed but brew install
will fail
#633
Labels
install.sh
will appear to succeed but brew install
will fail
#633
install
oruninstall
script?brew config
andbrew doctor
and included their output with your issue? If you couldn't install: provided your OS version with the output of your issue?What you were trying to do (and why)
Install Homebrew using the official script.
What happened (include command output)
brew install homebrew/core/git
What you expected to happen
I would've expected the second attempt to run
install.sh
to correct the problem or to abort with an error like the one thatbrew doctor
displays:Step-by-step reproduction instructions (by running
brew
commands)/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Ctrl
C
while it is tapping homebrew/core/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install homebrew/core/git
The text was updated successfully, but these errors were encountered: