Redhat

如何將 git 安裝到紅帽企業 linux 5.3 x64?

  • September 26, 2017

如何配置 yum 以使用具有 git rpms 的儲存庫?

使用EPEL(企業 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/

引用自:https://serverfault.com/questions/81362