Linux下提示 git: command not found
Posted victorcode
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下提示 git: command not found相关的知识,希望对你有一定的参考价值。
1.出错原因: 服务器没有安装GIT,所以导致出错。
解决办法:
1)Centos下使用:yum install git -y 或者 yum install -y git . (centos6.8)
2)Ubuntu/Debian下使用 : apt-get install git -y
Linux – git: command not found
以上是关于Linux下提示 git: command not found的主要内容,如果未能解决你的问题,请参考以下文章
Linux下提示命令找不到:bash:command not found
linux下提示命令找不到:-bash:command not found
linux 上传文件 rz命令 提示command not found 解决方法
git bash中提示 bash:node: command not found
Linux 下执行 source /etc/profile后提示 -bash: rt: command not found 如何解决?