Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
452 views
in Technique[技术] by (71.8m points)

ubuntu 11.10 - git gui and gitk not present after installing git

I am using Ubuntu 11.10 and have just installed git using

sudo apt-get install 

The basic git commands seem to work. (I have created a repository and added a directory structure to it.) But not git gui or gitk. This is what I get

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$ 

For gitk

peter@peter-Inspiron-620:/var/www$ sudo gitk
sudo: gitk: command not found
peter@peter-Inspiron-620:/var/www$ 

Do those commands run on Ubuntu and do I need to install them separately?

Thanks, Peter.

question from:https://stackoverflow.com/questions/14673257/git-gui-and-gitk-not-present-after-installing-git

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
sudo apt-get install git-gui gitk

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...