Centos 安装GIT 1.8.2.1

Posted 八戒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 安装GIT 1.8.2.1相关的知识,希望对你有一定的参考价值。

1、下载rpm安全包

wget http://mirror.umd.edu/fedora/epel/6/i386/epel-release-6-8.noarch.rpm

2、rpm安装安全包

yum remove epel-release
rpm -ivh epel-release-6-8.noarch.rpm

技术分享

技术分享

3、安装git

yum list
yum install -y git

技术分享

4、查看git安装版本

git --version

 

以上是关于Centos 安装GIT 1.8.2.1的主要内容,如果未能解决你的问题,请参考以下文章

版本管理 GitLab 的安装及管理 (CentOS 7)

centOs安装git 自动更新代码

centos升级Git 源代码编译安装

linux(centos)下安装git并上传代码

如何在CentOS 7中安装Git

docker centos rpm离线安装1.8.2及pull的正确姿势