Centos Git1.7.1 upgrade to Git2.2.1

Source: Internet
Author: User

Installation Requirements:
># Yum Install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc># yum install gcc Perl-ExtUti Ls-makemaker error: '/utf8.c:463:undefined reference to ' Libiconv ' ># wget http://ftp.gnu.org/pub/gnu/libicon v/libiconv-1.14.tar.gz># tar zxvf libiconv-1.14.tar.gz ># cd libiconv-1.14>#./configure--prefix=/usr/local/ libiconv># make && make install

Uninstall the git1.7.1 from CentOS:

Looking at the version of the system with Git–version, Cento6.5 should have a git version that is 1.7.1

># Yum Remove git

Download the git2.2.1 and add git to the environment variable
># wget https://github.com/git/git/archive/v2.2.1.tar.gz># tar zxvf v2.2.1.tar.gz># cd git-2.2.1># make configure>#./configure--prefix=/usr/local/git--with-iconv=/usr/local/libiconv># make all doc># make Install Install-doc install-html># echo "Export path= $PATH:/usr/local/git/bin" >>/etc/bashrc># source/etc /bashrc

View version number
># git--version>git version 2.2.1


Centos Git1.7.1 upgrade to Git2.2.1

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.