相关疑难解决方法(0)

git gui在Mac上安装后无法正常工作(例如Mountain Lion)

当我跑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.我怎样才能解决这个问题?

谢谢.

git

61
推荐指数
4
解决办法
3万
查看次数

安装git后git gui和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上运行,我是否需要单独安装它们?

谢谢,彼得.

git ubuntu-11.10

36
推荐指数
2
解决办法
3万
查看次数

标签 统计

git ×2

ubuntu-11.10 ×1