Last Updated: July 16, 2016
·
1.466K
· schneidmaster

Homebrew Git Error

Got this error trying to brew update?
$ brew update Warning: git-2.9.1 already installed Error: Git must be installed and in your PATH!

It's because of this issue that was introduced today. The fix is already in master; just cd /usr/local/Library/Homebrew and then manually git pull origin master.