Posted on 

CentOS 7 安裝最新版 git

CentOS 7 的預設 yum repository 版本是 1.8

如果想要安裝最新版的 git 可以使用 WANDisco repository

直接在 cmd 裡下

1
yum install [http://opensource.wandisco.com/centos/7/git/x86\_64/wandisco-git-release-7-2.noarch.rpm](http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm)

然後

1
yum install git

應該就可以了