版本查询
git --version
更改 Git 软件源,新建配置文件
vi /etc/yum.repos.d/wandisco-git.repo
配置内容填写为
[wandisco-git]
name=Wandisco GIT Repository
baseurl=http://opensource.wandisco.com/centos/7/git/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
因为开启了 gpgcheck,所以需导入 key 文件:
rpm --import http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
导入成功后即可进行 Git 升级:
yum -y update git
最后查询版本