linux命令-git

2023/3/18

# git安装

# centos

# yum

  • 移除旧版本

    yum remove git-* -y
    
    1
  • 添加 End Point Package Repository

    yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
    
    1
  • install

    yum install git -y
    
    1
  • 查看版本

    git --version
    
    1
Last Updated: 2023/4/19
只爱西经
林一