标题:[实践OK]centos6.8不能安装最新版git的解决办法 出处:向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除 时间:Wed, 30 Jan 2019 13:49:36 +0000 作者:jackxiang 地址:http://jackxiang.com/post/10077/ 内容: centos6.8不能安装最新版git的解决办法: 1 Install WANDisco repo package: yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm 2 Install the latest version of Git 2.x: yum install git 3 Verify the version of Git that was installed: git --version 来自链接:https://www.jianshu.com/p/ab98dd540919 Generated by Jackxiang's Bo-blog 2.1.1 Release