码迷,mamicode.com
首页 > 系统相关 > 详细

Linux下提示 git: command not found

时间:2018-12-20 19:02:27      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:tran   microsoft   order   width   centos6.8   idt   sof   and   margin   

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

标签:tran   microsoft   order   width   centos6.8   idt   sof   and   margin   

原文地址:https://www.cnblogs.com/victorcode/p/10150694.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!