如何安装git到red hat enterprise linux 5.3 x64?

如何configurationyum使用一些有git rpms的仓库?

    使用EPEL (Enterprise Linux的额外软件包)存储库。 最简单的方法是安装epel-release软件包。 以下是如何使用RHEL 5 x86_64的方法:

     [root@localhost]# rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-5.noarch.rpm [root@localhost]# yum install git 

    对于更新的Git版本(本文写作时为1.7.2.3,EPEL库为1.5.5.6),请参阅Andrew Thompson的Webtatic存储库:

    http://www.webtatic.com/blog/2009/09/git-on-centos-5/

    我build议你可以从官方网页上下载源代码,并configurationmake和make来代替使用yum。 :d

    详细阐述@Cristian Ciupitu答案可以通过yum.repos.d来完成:

    1. 转到https://fedoraproject.org/keys并通过将其内容下载到RPM-GPG-KEY-EPEL文件并运行rpm --import RPM-GPG-KEY-EPEL来安装RPM-GPG-KEY-EPEL公钥。

    2. /etc/yum.repos.d/创build一个文件rhel-epel.repo (select你想要的任何名字)

    3. 添加以下内容:

       [rhel-epel] name=Extra Packages for Enterprise Linux $releasever - $basearch baseurl=http://download3.fedora.redhat.com/pub/epel/$releasever/$basearch enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL 
    4. 运行yum install git

    有一种方法,我觉得它应该工作/etc/yum.repos.d/same.repo如果你让gitfind你的外观git包