CentOS7.6安装Git(IUS方式)
官网下载地址:https://git-scm.com/download/linux
第一步:安装第三方存储库IUS
curl https://setup.ius.io | sh
第二步:安装git
yum install -y git2u
第三步:检查安装版本
git --version
一直想做事,却止步于思考。
官网下载地址:https://git-scm.com/download/linux
第一步:安装第三方存储库IUS
curl https://setup.ius.io | sh
第二步:安装git
yum install -y git2u
第三步:检查安装版本
git --version