How can git be installed on CENTOS 5.5?

前端 未结 14 1971
刺人心
刺人心 2020-12-02 06:18

How can I install git on CENTOS 5.5 machine? I tried to install it from yum but got following msg.

root@host [~]# sudo yum install git
Loaded plugins: fastes         


        
14条回答
  •  误落风尘
    2020-12-02 06:30

    Edit /etc/yum.repos.d/Centos* so that all lines that have enabled = 0 instead have enabled = 1.

提交回复
热议问题