CentOS 7 安装git2

Posted 刘贤松handler

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7 安装git2相关的知识,希望对你有一定的参考价值。

删除旧版git:

sudo yum remove git*

安装:

curl https://setup.ius.io | sh
yum install git224-all.noarch

sudo yum install  https://centos7.iuscommunity.org/ius-release.rpm
sudo yum install  git2u-all

也可以源码安装:

官方下载:https://github.com/git/git/releases

解压:

tar -zxvf git-2.8.4.tar.gz

安装依赖包:

yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel

yum install -y gcc perl-ExtUtils-MakeMaker

# 升级 解决 SSL connect error

yum update -y nss curl libcurl

mkdir -p /usr/local/git

make prefix=/usr/local/git all

make prefix=/usr/local/git install

编辑profile:

vim /etc/profile

导出路径:

export PATH=$PATH:/usr/local/git/bin

source /etc/profile
git --version

以上是关于CentOS 7 安装git2的主要内容,如果未能解决你的问题,请参考以下文章

Centos安装git2.2.1

Centos Git1.7.1升级到Git2.2.1

最小化安装的centos7.5上编译安装git2.19

centos7源码安装git2.10.0版本

CentOS 安装 git2.x.x 版本

centos 7.2配置 FreeSwitch X-Lite