原创coding_ss 最后发布于2019-05-16 13:58:02 阅读数 588 收藏
展开
1. 环境
centos: 7.5 (64)
git:1.8.3
2. 步骤
Set1:查看已有GIT版本
# git --version
-bash: git: command not found
1
2
Set2:查看yum源中的版本
# yum info git
1
版本符合,直接安装
Set3:yum 安装
# yum install git
1
安装完成。
点赞
————————————————
版权声明:本文为CSDN博主「coding_ss」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/coding_ss/article/details/90240385
网友评论