share
Stack OverflowGit not found after installing OS X Lion
[+15] [0] pruett
[2011-07-20 16:55:08]
[ git osx-10.7 ]
[ http://stackoverflow.com/questions/6765561] [DELETED]

I just upgraded to OS X Lion and now cannot initialize Git where it used to work fine:

$ git add .

-bash: git: command not found

I'm new to Git and to programming, so I'm sure it's a quick fix, any help is greatly appreciated. Thanks guys!

do you have macports installed? - jamapag
i do not...do you recommend installing? - pruett
personally I would install it using homebrew instead of macports - mxcl.github.com/homebrew - house9
(1) brew > ports, also maybe git just isn't in your $PATH any longer. Try sudo find / -name git and you might just find your binary. - Nick Radford
hmm...not sure i fully understand. i ran the proposed find command and got a lot of "Permission denied". - pruett