Homebrew installation hanging with little output #121
Unanswered
CJJM
asked this question in
Everyday usage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My environment is MacOS Catalina v 10.15.5. I'm currently trying to uninstall and reinstall Homebrew with the following commands:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Console returns the following:
Each time, it hangs at that step without downloading anything. I've also tried an alternative install with the following command within the /usr/local/ directory:
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
and each message is an error ending with
Failed to create dir 'Library'.
Has anyone encountered something similar?
Beta Was this translation helpful? Give feedback.
All reactions