Linux下安装git 天天加鸡腿 2023-04-01 42 阅读1分钟 一、查看git的所有版本 -w 表示全字匹配 yum list | grep git -w 二、安装git yum install git.x86_64 三、检测安装结果 git