美文网首页
一、centos yum 安装 git

一、centos yum 安装 git

作者: 小伙有点菜 | 来源:发表于2020-03-24 17:17 被阅读0次

原创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

相关文章

网友评论

      本文标题:一、centos yum 安装 git

      本文链接:https://www.haomeiwen.com/subject/hkcayhtx.html