码迷,mamicode.com
首页 > 系统相关 > 详细

Linux下安装{Git}

时间:2019-12-01 00:13:42      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:软件包安装   centos   方式   tencent   步骤   网带   软件包   red   git   

环境

{
    "操作系统":"CentOS 7.5 64位",   
    "CPU":"1核",
    "内存":"2GB",
    "公网带宽":"1Mbps"
}

安装方式.1.yum(通过软件包安装)

[root@VM_0_12_centos /]# yum -y install git

[root@VM_0_12_centos /]# yum remove git

安装方式.2.源代码安装(散装)


//TODO.暂缺...
//不过我在{Red Hat}虚拟机上试着安装过一次,
//真心各种步骤,最后还安装失败...

两种方式的比较

一般来说,我觉得使用源代码安装的方式,可能多一些,
因为通过yum安装的Git,版本会比较旧.

散装安装方法,需要这么多步骤,
是为了编译git...

番外篇.

其实我本来想安装来着,结果


[root@VM_0_12_centos ~]# git --version
git version 1.8.3.1

意外的发现,腾讯云的Linux上已经安装了...
难道预装的?还是我以前偷偷执行了"yum -y install git"...
并且自我感觉git现在的版本,还阔以...
就么有尝试源代码安装的方式了.

摘抄

  • https://cloud.tencent.com/developer/article/1329812

Linux下安装{Git}

标签:软件包安装   centos   方式   tencent   步骤   网带   软件包   red   git   

原文地址:https://www.cnblogs.com/love-zf/p/11964516.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!