CENTOS 安裝 Git 2.0 以上

下午4:24:00





CENTOS 本身的 yum 安裝 git版本過舊

解決方式為下

請選你的centos版本
  
    # centos 6.1 
    yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
    # centos 7.1
    yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm
    # centos 7.2
    yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm

    # 安裝git
    yum install git

    # 檢查版本
    git --version
   

目前安裝完的版本為 2.22.0


技術提供:Blogger.