当我跑git gui,我得到了这个:
$ git gui
git: 'gui' is not a git command. See 'git --help'.
Did you mean one of these?
grep
init
pull
push
Run Code Online (Sandbox Code Playgroud)
但我运行其他git命令很好,包括gitk.我怎样才能解决这个问题?
谢谢.
我正在使用Ubuntu 11.10并刚刚安装了git
sudo apt-get install
Run Code Online (Sandbox Code Playgroud)
基本的git命令似乎有效.(我已经创建了一个存储库并为其添加了一个目录结构.)但不是git gui或gitk.这就是我得到的
peter@peter-Inspiron-620:/var/www$ sudo git gui
git: 'gui' is not a git command. See 'git --help'.
Did you mean one of these?
grep
init
pull
push
peter@peter-Inspiron-620:/var/www$
Run Code Online (Sandbox Code Playgroud)
对于gitk
peter@peter-Inspiron-620:/var/www$ sudo gitk
sudo: gitk: command not found
peter@peter-Inspiron-620:/var/www$
Run Code Online (Sandbox Code Playgroud)
这些命令是否在Ubuntu上运行,我是否需要单独安装它们?
谢谢,彼得.