1. 程式人生 > >Linux下提示 git: command not found

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