1. 查看系统是否已经安装git git --version 2. 安装git yum install -y git 3. 查看是否安装成功 git --version 4. 卸载 yum remove git 使用 相关文章: 2022-12-23 2021-07-12 2021-06-05