HostOnNet Blog

Install git from source

Looking for Linux Server Admin or WordPress Expert? We can help.

Download latest Git Source code from

https://github.com/git/git/releases

to install, run

cd /usr/local/src
wget https://github.com/git/git/archive/v2.11.0.tar.gz -O git.tar.gz
tar xfv git.tar.gz
cd git-*
make configure
./configure --prefix=/usr
make
make install

Posted in Git

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.