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
Just installed git using the following instructions:
Install EPEL V5
#rpm -Uvh http://archives.fedoraproject.org/pub/archive/epel/5/x86_64/epel-release-5-4.noarch.rpm
Install Git
# yum install git git-daemon
Check
# git --version
git version 1.8.2.3
Optionally install Git GUI
# yum install git-gui
For i386 substitute x86_64 by i386 in the URL at step #1.
#rpm -Uvh http://archives.fedoraproject.org/pub/archive/epel/5/i386/epel-release-5-4.noarch.rpm