mac下面的git安装,这篇文章写的很详细了http://www.cnblogs.com/ccdev/archive/2012/09/12/2682098.html 谈谈centos下的安装.我用的是contos6.5, 在这里找到适合你的版本,我这里装的是2.21,如果原来的版本过低可通过以下命令删除 yum remove git 安装2.21版本 ># wget https://github.com/git/git/archive/v2.2.1.tar.gz ># tar zxvf v2.…