CentOS7升级GIT版本

没落的情绪 2022-06-24 PM 715℃ 0条

版本查询

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

最后查询版本

标签: Linux

非特殊说明,本博所有文章均为博主原创。

评论啦~