更新CentOS自带的 Git 版本( Git 2.x )
Posted 过北踏居
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了更新CentOS自带的 Git 版本( Git 2.x )相关的知识,希望对你有一定的参考价值。
由于centos自带的git版本过低,导致使用过程中会出现连接远程仓库超时等问题,故需升级git版本。
参考链接
https://computingforgeeks.com...
检查git版本
git --version**
删除git
yum remove git*
安装最新版本
yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm
yum install git
以上是关于更新CentOS自带的 Git 版本( Git 2.x )的主要内容,如果未能解决你的问题,请参考以下文章