CentOS6.5 's own git version is 1.7.1
Uninstall self-brought 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
Add on last line
Export Path=/usr/local/git/bin: $PATH
Make it effective immediately after saving
To see if the installation was successful
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!