Skip to content
Discussion options

You must be logged in to vote

Hi! Based on your brew config and brew doctor outputs both showing only /,
it looks like Homebrew was not successfully installed yet.
So those commands aren't actually running from a valid Homebrew installation.

Also, the installer shown in your screenshot appears to be a third-party .pkg installer, not the official Homebrew installation method.
This could be the root cause of the silent failure.

Please try the official installation method instead (clean + official Install):

1. Remove any broken install

sudo rm -rf /usr/local/Homebrew
sudo rm -rf /usr/local/bin/brew
sudo rm -rf /usr/local/Caskroom
sudo rm -rf /usr/local/Cellar

2. Fix permissions (Intel Macs)

sudo chown -R $(whoami):admin…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mikeliu1031
Comment options

You must be logged in to vote
1 reply
@nahyun27
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants