I use MacOS Ventura 13.2 with M1 processor. I needed to install homebrew and so I run this script in terminal (got from brew official website:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
The ouput looks like this:
==> Checking for `sudo` access (which may request your password)...
Password:
==> This script will install:
/opt/homebrew/bin/brew
/opt/homebrew/share/doc/homebrew
/opt/homebrew/share/man/man1/brew.1
/opt/homebrew/share/zsh/site-functions/_brew
/opt/homebrew/etc/bash_completion.d/brew
/opt/homebrew
Press RETURN/ENTER to continue or any other key to abort:
==> /usr/bin/sudo /usr/sbin/chown -R user:admin /opt/homebrew
==> Downloading and installing Homebrew...
remote: Enumerating objects: 34, done.
remote: Counting objects: 100% (34/34), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 34 (delta 25), reused 33 (delta 25), pack-reused 0 (from 0)
Unpacking objects: 100% (34/34), 3.65 KiB | 113.00 KiB/s, done.
From https://github.com/Homebrew/brew
dd8334bf83..bbe3584168 master -> origin/master
* [new branch] suppress-undef-type-errors -> origin/suppress-undef-type-errors
Reset branch 'stable'
And the installation freezes on “Reset branch ‘stable'”.
Also I tried to use new .pkg installer but it freezes on “Waiting for the installation of other components to finish” step.
I have installed xcode command line tools.
Please tell me what do I need to do to install the Homebrew?
4