How can git be installed on CENTOS 5.5?

前端 未结 14 1943
刺人心
刺人心 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:42

    For installing git

    1. install last epel-release

    rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

    1. Install git from repository

    yum install git

提交回复
热议问题