como instalar o git no CENTOS 5.5

1

Como posso instalar o git na máquina CENTOS 5.5? Tentei instalá-lo do yum mas consegui seguir a msg.

root@host [~]# sudo yum install git
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: centos.mirrors.tds.net
 * base: mirror.ubiquityservers.com
 * extras: mirrors.serveraxis.net
 * updates: pubmirrors.reflected.net
addons                                                   |  951 B     00:00
base                                                     | 2.1 kB     00:00
extras                                                   | 2.1 kB     00:00
updates                                                  | 1.9 kB     00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package git available.
Nothing to do
root@host [~]#
    
por Prakash 23.09.2010 / 21:13

2 respostas

4

Adicione o repositório EPEL e execute 'yum install git' novamente

link

    
por 23.09.2010 / 21:15
0

Tente baixar este rpm. Ou ative a tag "testing" em /etc/yum.repos.d/CentOS-Base.repo

    
por 24.09.2010 / 11:42