1、查看linux版本信息:
$ cat /etc/redhat-release
2、输入命令安装git:
$ yum install git
3、等待下载,自动安装完毕,查看git版本
$ git --version
安装完毕。