Skip to content

Instantly share code, notes, and snippets.

View greynolds123's full-sized avatar
💭
I may be slow to respond.

Glynn Reynolds greynolds123

💭
I may be slow to respond.
View GitHub Profile

Install Git 1.8.5.2 from source on CentOS 6.5

These are the Terminal commands I recently used (January 2014) to install Git 1.8.5.2 from source on CentOS 6.5. I ran this in a VirtualBox VM after a fresh install from the ISO.

If you are not running in a VirtualBox VM, you will need to run the following first:

su
yum -y install gcc make
exit