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的主要内容,如果未能解决你的问题,请参考以下文章