Install latest Git on CentOS.
Environment Information
- CentOS release 6.6 (Final)
Install required modules
1 | # yum -y install curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-ExtUtils-MakeMaker |
Compile & Install
Please access the below url, get latest archive.
Official Repository
1 | # cd /usr/local/src |
Show git version.
1 | # git --version |
Thank.
Install latest Git on CentOS.
https://kenzo0107.github.io/2016/02/22/2016-02-23-install-latest-git-on-centos/