使用安装包安装git

源码安装git

前奏:

yum install gcc

yum install zlib-devel  

yum install perl-ExtUtils-MakeMaker

 

1、卸载自带git

yum remove git

2、进入git解压目录测试变量(在git解压目录下执行命令)

make configure
Centos7  Git源码安装 
注:报错/bin/sh: autoconf: command not found,使用yum安装autoconf即可

//然后重新执行测试命令

make configure
Centos7  Git源码安装

3、指定git安装目录

./configure --prefix=/usr/local/git
Centos7  Git源码安装

4、编译git

make profix=/usr/local/git
Centos7  Git源码安装

5、安装git

make install
Centos7  Git源码安装

6、设置环境变量

echo "export PATH=$PATH:/usr/local/git/bin" >> /etc/profile

7、使环境变量生效

source /etc/profile

8、检查git版本

git --version
Centos7  Git源码安装 
注:以上所有操作完成了最新版本的git×××!

 

感谢原作者: https://blog.51cto.com/13043516/2152749

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值