linux – 如何在CentOS 7.x / 6.x上安装最新版本的git

我常用的是:

yum install git

它没有在我的CentOS 6上安装最新版本的git.如何更新到CentOS 6的最新版本的git?该解决方案适用于较新版本的CentOS,如CentOS 7.

解决方法:

您可以使用WANDisco的CentOS存储库来安装Git 2.x:for CentOS 6,for CentOS 7

>安装WANDisco repo包:

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

>安装最新版本的Git 2.x:

yum install git

>验证已安装的Git版本:

git --version

截至2019年7月16日,WANDisco的最新版本为2.22.0.

上一篇:【集训笔记】归纳与递推【HDOJ1297


下一篇:安装mysql时出错