Install Git 1.6.1 on Reckspace Centos 5.2

This is best shortest and definitely working method i found.

First you need to install the dependencies

yum install gettext-devel expat-devel curl-devel zlib-devel openssl-devel

Then get the git source code from online repo

wget http://193.198.184.21/software/scm/git/git-1.6.1.tar.gz

untar the git source code

wget http://193.198.184.21/software/scm/git/git-1.6.1.tar.gz

Finally install git

cd git-1.6.1.tar.gz

make prefix=/usr/local all

make prefix=/usr/local install

Check if the git is installed properly

git

DONOTCHANGE

About Sallah Ud Din Sarwar

I am a multi skilled Software Engineer with over 4 year’s industry experience in designing and developing Object oriented solutions in Multi layered & N-Tired. I have substantial success to my credit. I have consistently handled complex problems to the satisfaction of my clients by working in stressful situations. I enjoy learning and applying new technologies in a dynamic and forward thinking professional environment.

Check Also

Mastering object-oriented programming (OOP) Concepts: A Comprehensive Guide for C# Interviews

Enhance your C# interview preparation with this comprehensive guide on mastering object-oriented programming (OOP) concepts. Unlock essential OOP pillars, understand solid principles, and gain confidence for success.

Leave a Reply