Centos7 自带的git版本太低了,无法搭建tfs 自动化部署 先卸载旧版本,然后下载新版本1234567891011#卸载旧版本gityum remove git#安装git仓库rpm -ivh http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm#安装新版本gityum -y install git#验证git 版本git version