Linux VPS 出现 git: command not found 错误的解决方法


git: command not found出错原因:服务器没有安装GIT,所以导致出错。

解决方法:安装GIT

Centos下使用:yum install git -y 或者 yum install -y git

Ubuntu/Debian下使用 : apt-get install git -y

标签:

文章发布时间:2019-04-19