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
yum -y install zlib-devel openssl-devel cpio expat-devel gettext-devel gcc wget http://git-core.googlecode.com/files/git-1.7.11.4.tar.gz tar zxvf git-1.7.11.4.tar.gz cd git-1.7.11.4 ./configure make make install