linux 安装
查看是否已安装git
[root@iZv541c77vs6vmZ ~]# git
-bash: git: command not found
Contos可以使用yum安装
yum install git
Debian和Ubuntu安装
sudo apt-get install git
查看是否已安装git
[root@iZv541c77vs6vmZ ~]# git
-bash: git: command not found
yum install git
sudo apt-get install git