标签:local reboot lan openssl wget config conf nss href
yum -y install zlib-devel curl-devel openssl-devel perl cpio expat-devel gettext-devel openssl zlib autoconf tk perl-ExtUtils-MakeMaker
wget https://github.com/git/git/archive/v2.4.0.tar.gz tar zxvf v2.4.0.tar.gz
cd git-2.4.0
autoconf ./configure make make install
vim /etc/ld.so.conf # 最后一行添加
/usr/local/lib
reboot
git version
参考文章:
https://www.jianshu.com/p/fae802f50315
【Linux、Git】CentOS7 升级Git至2.4.0版本
标签:local reboot lan openssl wget config conf nss href
原文地址:https://www.cnblogs.com/humor-bin/p/12762672.html