CentOS Install high version git

Source: Internet
Author: User
Tags centos

Blog of the source self

http://www.yingzinanfei.com/2016/09/22/centos-anzhuanggaobanbengit/

CentOS6.5 comes with a git version of 1.7.1

Uninstalling your own git

# yum Remove git
Download the latest version of Git
# wget https://github.com/git/git/archive/v2.9.2.tar.gz
Extract
# tar ZXVF v2.9.2.tar.gz
# CD git-2.9.2
Compiling the installation
# make Configure
#/configure--prefix=/usr/local/git--with-iconv=/usr/local/libiconv # do all
Doc
# sudo make install Install-doc install-html
modifying environment variables
# sudo vim/etc/profile
add export path=/usr/local/git/bin on the last line
: $PATH
Save it immediately, and then make it effective
# Source/etc/profile
To see if the installation was successful
#git--version
In Pycharm, modify the git point
File->settings->version Control->git->path to Git executable:
Select/usr/local/git/bin/git
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.