In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
The knowledge of this article "the latest version of CentOS git how to install" is not understood by most people, so the editor summarizes the following contents, detailed contents, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "the latest version of CentOS git how to install" article.
The git version that comes with CentOS6.5 is 1.7.1
Uninstall git that comes with it
# yum remove git
Download the latest version of git
# wget https://github.com/git/git/archive/v2.9.2.tar.gz
Decompression
# tar zxvf v2.9.2.tar.gz
# cd git-2.9.2
Compilation and installation
# make configure
#. / configure-prefix=/usr/local/git-with-iconv=/usr/local/libiconv
# make all doc
# sudo make install install-doc install-html
Modify environment variabl
# sudo vim / etc/profile
Add on the last line
Export PATH=/usr/local/git/bin:$PATH
Save it and make it effective immediately.
# source / etc/profile
Check to see if the installation is successful
# git-version
Modify git pointing in pycharm
File- > Settings- > Version Control- > Git- > Path to Git executable:
Select / usr/local/git/bin/git
The above is about the content of this article on "how to install the latest version of CentOS git". I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.