Homebrew Installation
- Execute the commands below to install
brewCLI.- installs brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- gives brew access
sudo chown -R $(whoami) /usr/local/Homebrewsudo chown -R $(whoami) /usr/local/Cellar
- updates brew
git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" fetch —unshallowbrew cleanup
- installs brew
Troubleshooting
Phase 1
- If you have issues with installation, try each of the following steps
Phase 2
- If the steps in Phase 1 still fail for you, attempt the steps below