I can’t seem to figure this out. Homebrew can’t link git during the installation. Here’s what Terminal spits out:
==> Downloading http://git-core.googleco
The formula built, but is not symlinked into
/usr/local
Try overriding the links by:
brew link --overwrite git
Add --dry-run to see which files it affects.
If this still fails, try fixing your Homebrew permissions:
sudo chown -R $USER /usr/local/lib /usr/local/include /usr/local/bin /usr/local/Cellar