The git installer for Mac that you used should have installed git into /usr/local/git
.
Check if
/usr/local/git/bin
is included
in PATH.
Running echo
$PATH
from the terminal and make sure that you see /usr/local/git/bin
.
(Note: Mac OS has already preinstalled git which is installed to /usr/bin, so you may not need install again if you don't want to use the latest version)
If not, you need to add it to your PATH
xxx.dmg
cd
/Volumes/xxx/
./setup
git PATH for non-terminal programs.sh
echo
$PATH
/usr/local/git/bin
cd
/Volumes/xxx/
./uninstall.sh