Linux将 Git 更新至最新版本(yum)

Posted Xavier Jiezou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux将 Git 更新至最新版本(yum)相关的知识,希望对你有一定的参考价值。

引言

Centos 7 服务器上默认安装的 Git 是 1.8.3.1 版本的,用 VSCode 远程连接服务器时,一直提示我更新到 2.x 版本。

卸载

首先,把老版本的 Git 卸掉。

sudo yum -y remove git
sudo yum -y remove git-*

安装

  1. 添加 End Point 到 CentOS 7 仓库
sudo yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
  1. 安装 Git
sudo yum -y install git
  1. 查看安装后的 Git 版本、
$ git version
git version 2.36.0

参考

Install Latest Git ( Git 2.x ) on CentOS 7

以上是关于Linux将 Git 更新至最新版本(yum)的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 8升级nginx至最新版本(yum方式)

linux下如何更新glibc包

Linux操作系统下安装Git(yum 方法)

centos7 安装git

centos7下git服务器端搭建

GitCentOS7 通过源码安装Git