在centos的多数版本上,git的版本都是1.7,有一些新功能没有。懒癌发作,不想编译,找到了RPM安装的方法。

对应版本的包可以从这里找:https://ius.io/GettingStarted/

# 51cto的BUG,URL太长,只能换行
yum -y install epel-release.noarch
rpm -ivh https://centos6.iuscommunity.org/ius-release.rpm
# 在这之前你可以 yum list all |grep --color git 查看当前可用的git列表
yum -y install git2u-2.10.1-1.ius.el6.x86_64

so easy!