Engine23

Install GIT on Centos 5.7

Here is fast and easy way to install Git on Centos 5.7.

1. Get the EPEL release for Centos 5.

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

2. Install git, git-daemon using yum

# yum install git git-daemon

Share: