1. ホーム
  2. linux

[解決済み】CentOS 8.x/7.x/6.x に最新バージョンの git をインストールする方法

2022-04-02 12:17:09

質問

普通に使ってました。

yum install git

CentOS 6に最新版のgitがインストールされません。CentOS 6 の git の最新バージョンにアップデートするにはどうすればよいですか?この解決策は、CentOS 7など、より新しいバージョンのCentOSにも適用することができます。

どのように解決するのですか?

WANDiscoのCentOSのリポジトリを使って、Git 2.xをインストールすることができます: for CentOS 6 CentOS 7

  1. WANDiscoのレポパッケージをインストールします。

    yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
    - or -
    yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm
    - or -
    yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
    
    
  2. 最新版のGit 2.xをインストールします。

    yum install git
    
    
  3. インストールされたGitのバージョンを確認します。

    git --version
    
    

2020年03月02日現在、WANDiscoから提供されている最新バージョンは 2.22.0 .