服务器没有安装GIT,所以导致出错。
Centos下使用:
1
yum install git -y
或者
yum install -y git
两个代码都是一样的,随意的使用一个即可。
Ubuntu/Debian下使用
apt-get install git -y
即可解决问题。