如何在 CentOS 7.x/6.x 安装/更新新版 Git

0. 卸载 Git[如果已安装]

yum remove git

1. 安装 WANDisco repo 包

yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
# 或者
yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm
# 或者
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
# git version 2.22.0

参考

How to install latest version of git on CentOS 7.x/6.x

发表评论

您的电子邮箱地址不会被公开。