redhat 7.6 安装 git
Posted moming95
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redhat 7.6 安装 git相关的知识,希望对你有一定的参考价值。
1.下载git包
下载网址:https://mirrors.edge.kernel.org/pub/software/scm/git/ //自己下载想要的版本
或者直接在Linux 直接使用wget下载
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.21.0.tar.gz
3.tar解压git包
4.安装到指定目录 /usr/local/git/
5.编译安装,这里编译安装失败,提示zlib.h错误,需要安装zlib
安装zlib
yum install zlib-devel
6.执行make ;make install 完成安装
7.查看安装完的版本,正常
以上是关于redhat 7.6 安装 git的主要内容,如果未能解决你的问题,请参考以下文章
redhat 7.6安装oracle 11gR2遇到两个问题