Loading

centos7 上安装高版本 git (不用麻烦的编译安装)

centos默认的的yum仓库中的默认版本很低,有时我们需要安装高版本git,编译安装又太麻烦。
下面介绍一种yum安装高版本git的方法

步骤

1. 安装 centos7 WANDisco 仓库

yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm

2. 安装 Git

yum -y install git

3. 版本验证

git version

本文转载自:在Linux系统上安装Git - 掘金

posted @ 2022-08-29 11:41  拾月凄辰  阅读(497)  评论(0编辑  收藏  举报