Created
March 16, 2017 18:37
-
-
Save mr-sudaca/fe81e237f7a2077aee09404ab1c80f27 to your computer and use it in GitHub Desktop.
git upgrade in centos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo yum -y groupinstall "Development Tools" | |
| sudo yum -y install gettext-devel openssl-devel perl-CPAN perl-devel zlib-devel | |
| cd /tmp | |
| git clone [email protected]:git/git.git | |
| cd git | |
| make .configure | |
| ./configure --prefix=/usr/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment