美文网首页
centos6.8不能安装最新版git的解决办法

centos6.8不能安装最新版git的解决办法

作者: 闭上说 | 来源:发表于2018-01-15 17:57 被阅读0次

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

相关文章

网友评论

      本文标题:centos6.8不能安装最新版git的解决办法

      本文链接:https://www.haomeiwen.com/subject/ezzznxtx.html