【git命令】升级git

CentOS7 如何升级Git

确认当前版本

git --version

切换root账号

su root

然后输入root账号的密码,注意linux下输密码时界面是没有变化的。

配置源:启用wandisco git源,在此之前我们先写入新yum存储库配置文件,在终端输入:

vim /etc/yum.repos.d/wandisco-git.repo

 按i,进入插入模式,输入:

[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

导入存储库GPG密钥

sudo rpm --import http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco

安装git

yum install git

验证git版本

git --version

 

参考资料

1. centos7如何升级git版本

posted @ 2021-06-20 19:26  苏格拉底的落泪  阅读(221)  评论(0编辑  收藏  举报