CentOS the latest version of Git installation tutorial _linux

Source: Internet
Author: User

CentOS6.5 's own git version is 1.7.1

Uninstall self-brought 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 # to all
Doc
# sudo make install Install-doc install-html

modifying environment variables

# sudo vim/etc/profile

Add on last line

Export Path=/usr/local/git/bin: $PATH

Make it effective immediately after saving

# Source/etc/profile

To see if the installation was successful

#git--version

Modify git point in pycharm

File->settings->version Control->git->path to Git executable:

Select/usr/local/git/bin/git

The above is a small set to introduce the latest version of CentOS git installation tutorials, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!

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.