当前位置:   article > 正文

Linux 升级git 版本_suse 升级最新版的git

suse 升级最新版的git

升级Git到 2.x

https://github.com/git/git/tree/v2.13.1 找个稳定版本,找个最新Tag就行了
https://www.kernel.org/pub/software/scm/git/ 从这下载

环境: CentOS 7.x

su - root #使用root
yum install perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker #安装依赖
wget https://www.kernel.org/pub/software/scm/git/git-2.13.1.tar.gz #下载
tar xzf git-2.13.1.tar.gz 
cd git-2.13.1
./configure
make
make install
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/668370
推荐阅读
相关标签
  

闽ICP备14008679号