1、
将压缩包git-2.8.3.tar.gz置于/data/software路径下
[root@localhost ~]# cd /data/software #切换目录
2、解压文件
[root@localhost software]# tar -zxvf git-2.8.3.tar.gz
2、 将解压后的目录置于/data/program目录下
[root@localhost software]# mv git-2.8.3 /data/program
[root@localhost software]# cd /data/program/git-2.8.3
3、进行配置安装
[root@localhost git-2.8.3]# ./configure
[root@localhost git-2.8.3]# make && make install
3、 验证是否安装成功
[root@localhost git-2.8.3]# git --version
[root@localhost ~]# cd /data/software #切换目录
2、解压文件
[root@localhost software]# tar -zxvf git-2.8.3.tar.gz
2、 将解压后的目录置于/data/program目录下
[root@localhost software]# mv git-2.8.3 /data/program
[root@localhost software]# cd /data/program/git-2.8.3
3、进行配置安装
[root@localhost git-2.8.3]# ./configure
[root@localhost git-2.8.3]# make && make install
3、 验证是否安装成功
[root@localhost git-2.8.3]# git --version