码迷,mamicode.com
首页 > 系统相关 > 详细

linux 安装 git

时间:2014-09-17 18:15:52      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:http   ar   sp   c   工作   linux   时间   r   bs   

<转>

工作需要,要装git,结果找不到源,后来搞定,记录如下

 

1. Linux EL5 x86_64

    1.1 我的这个版本上有yum,所以用yum来装git, 但是第一次装找不到源,最后显示 “nothing to do”

    1.2 然后上网搜,说是要先装EPEL
    1.3 如何安装EPEL? 网上给出很多链接,但是可能会随着时间而失效,所以最后,我是直接到EPEL官网找的link
        EPEL官网 https://fedoraproject.org/wiki/EPEL/zh-cn#.E6.88.91.E6.80.8E.E6.A0.B7.E8.8E.B7.E5.8F.96_EPEL_.E7.9A.84.E8.BD.AF.E4.BB.B6.E5.8C.85.3F

        我是EL5,所以选这个 http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

     1.4 然后在linux机器上运行 rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
        提示安装成功。 失败的话,确认下官网是不是更改了link地址

     1.5 然后运行 yum -y install git

        这次提示安装成功了

 

linux 安装 git

标签:http   ar   sp   c   工作   linux   时间   r   bs   

原文地址:http://www.cnblogs.com/my2014/p/3977695.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!