centos7学习笔记

1、安装2.x的git

# 用 YUM 包管理器直接从给定的 URL 安装名为 "endpoint-repo" 的第三方软件仓库
yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
# 使用 YUM 包管理器从已配置的软件仓库(包括刚刚安装的 "endpoint-repo")中安装 Git。YUM 将在所有可用软件仓库中寻找最新版本的 Git 并安装它。如果系统中已经安装了旧版本的 Git,这个命令会更新 Git 到最新版本
yum install git

参考资料

2、EPEL是啥?