Re: [git-users] Command not found

2010-11-05 Thread Gareth Foster
Thanks for the answers.

"apt-get install git-core" fixed it - cheers!.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Command not found

2010-11-04 Thread David Aguilar

On Nov 4, 2010, at 2:10 PM, Gareth  wrote:


Hi everyone,

I've installed git using 'apt-get install git' - and ran fine. However


Git is called git-core on debian. You're running into an old gnuit  
package.




- it doesnt seem to work. If I do a whereis git it returns nothing.
And if I do a "dpkg -s git" I get this:

Package: git
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 60
Maintainer: Ian Beckwith 
Architecture: all
Source: gnuit
Version: 4.9.4-1
Depends: gnuit
Description: transitional dummy package which can be safely removed
This is a transitional dummy package to pull in the renamed
gnuit package. It can be safely removed.

That doesnt sound good does it - ? What have I done / Or should I do
to fix it?

Cheers,
Gareth

--
You received this message because you are subscribed to the Google  
Groups "Git for human beings" group.

To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/git-users?hl=en 
.




--
You received this message because you are subscribed to the Google Groups "Git for 
human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Command not found

2010-11-04 Thread Artiom Di
Hello Gareth,

apt-get install git-core

On Thu, 4 Nov 2010 14:10:55 -0700 (PDT)
Gareth  wrote:
G>Hi everyone,
G>
G>I've installed git using 'apt-get install git' - and ran fine. However
G>- it doesnt seem to work. If I do a whereis git it returns nothing.
G>And if I do a "dpkg -s git" I get this:
G>
G>Package: git
G>Status: install ok installed
G>Priority: optional
G>Section: utils
G>Installed-Size: 60
G>Maintainer: Ian Beckwith 
G>Architecture: all
G>Source: gnuit
G>Version: 4.9.4-1
G>Depends: gnuit
G>Description: transitional dummy package which can be safely removed
G> This is a transitional dummy package to pull in the renamed
G> gnuit package. It can be safely removed.
G>
G>That doesnt sound good does it - ? What have I done / Or should I do
G>to fix it?
G>
G>Cheers,
G>Gareth
G>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Command not found

2010-11-04 Thread Brett Viren
On Thu, Nov 4, 2010 at 5:10 PM, Gareth  wrote:
>
> I've installed git using 'apt-get install git' - and ran fine. However
> - it doesnt seem to work. If I do a whereis git it returns nothing.

Wow, in all my years of using Unix and Linux I've never heard of whereis!

Try "which git".

FWIW, on my Ubuntu 10.10 system "whereis git" only returns the git.1 man page.

-Brett.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.