标签:
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.dmgcd
/Volumes/xxx/./setup
git PATH for non-terminal programs.sh echo
$PATH/usr/local/git/bin cd
/Volumes/xxx/./uninstall.sh 标签:
原文地址:http://blog.csdn.net/chuwachen/article/details/44948635