搜尋

首頁  >  問答  >  主體

git: command not found是怎麼回事?

git --version可以看到版本

[www@i001 ~]$ git --version
git version 2.8.0

但是我要clone一個東西的時候,卻是git: command not found,怎麼回事呢?

[www@i001 ~]$ sudo -Hu www git clone https://git.coding.net/msiaxxxx/test001.git /home/wwwroot/test001  --depth=1
sudo: git: command not found

加上git的安裝路徑後,執行

[www@i001 ~]$ sudo -Hu www /usr/local/git/bin/git clone https://git.coding.net/msiaxxxx/test001.git /home/wwwroot/  --depth=1
fatal: could not create work tree dir '/home/wwwroot/test001': Permission denied

卻是Permission denied,換成root用戶,也是這樣的.

曾经蜡笔没有小新曾经蜡笔没有小新2795 天前1505

全部回覆(2)我來回復

  • ringa_lee

    ringa_lee2017-05-02 09:33:12

    你安裝了嗎?應該是沒有安裝吧?

    你試著直接敲 git 看会得到什么,如果还是 not found,那就是沒有安裝了。正常的像我的會輸出:

    回覆
    0
  • 我想大声告诉你

    我想大声告诉你2017-05-02 09:33:12

    1. 為什麼要用sudoclone?

    2. sudo /usr/bin/git clone xxxxx

    回覆
    0
  • 取消回覆