zoukankan      html  css  js  c++  java
  • yum 安装高版本Git

    centos默认的的yum仓库中的默认版本很低,有时我们需要安装高版本git,编译安装又太麻烦。
    下面介绍一种yum安装高版本git的方法

    1,安装 WANDisco 仓库包

    # 安装 centos6 WANDisco 仓库
    yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
    
    # 安装 centos7 WANDisco 仓库
    yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
    
    

    2,安装 Git

    yum -y install git
    

    3,版本验证

    git version
    

    centos7 安装快捷复制

    yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
    yum -y install git
    git version
    
  • 相关阅读:
    第七天冲刺
    MySQL管理
    LNMP环境搭建
    docker使用笔记
    Laravel5.2使用笔记
    Linux使用笔记
    Redis3.2.11在centos9安装与卸载
    Ubuntu系统
    Linux下安装与卸载PHP
    安装Linux
  • 原文地址:https://www.cnblogs.com/66li/p/14975758.html
Copyright © 2011-2022 走看看