yum安装git-v2.x版本

首先卸载旧版本gitgit

yum remove git  
直接使用这个命令下载的仍是1.7.1版本的。不使用源码进行编译是由于依赖太多,总会缺东西。
yum install git
可使用 WANDisco's CentOS repository去安装 Git 2.x.centos


Install WANDisco repo package:yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
Install the latest version of Git 2.x:
yum install git

原文:https://blog.csdn.net/t3369/article/details/79562853 .net

相关文章
相关标签/搜索