LinuxGitCentOS7 升级Git至2.4.0版本

Posted 品味·舍得

tags:

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

1. 安装依赖包

yum -y install zlib-devel curl-devel openssl-devel perl cpio expat-devel gettext-devel openssl zlib autoconf tk perl-ExtUtils-MakeMaker

2.获取最新版 Git 源码包、解压、进入git目录

wget https://github.com/git/git/archive/v2.4.0.tar.gz
tar zxvf v2.4.0.tar.gz
cd git-2.4.0

3.编译安装

autoconf
./configure
make
make install

4.修改配置

vim /etc/ld.so.conf
# 最后一行添加
/usr/local/lib

5.重启、查看git版本

reboot
git version

 

参考文章:

https://www.jianshu.com/p/fae802f50315

 

以上是关于LinuxGitCentOS7 升级Git至2.4.0版本的主要内容,如果未能解决你的问题,请参考以下文章

阿里云zabbix镜像从2.4源码升级至3.2.1版本

Spring Boot 2.5.0正式版发布,MateCloud微服务平台同步升级

Spring Boot 2.5.0正式版发布,MateCloud微服务平台同步升级

kibana 6.2.4 升级 6.4.2

通过Yum更新MongoDB 2.6 to 3.0

通过Yum更新MongoDB 2.6 to 3.0