* GIT Error issue
@ 2006-04-19 11:16 Shyamal Sadanshio
2006-04-19 11:20 ` Sam Ravnborg
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Shyamal Sadanshio @ 2006-04-19 11:16 UTC (permalink / raw)
To: git
Hi,
I am newbie to GIT and facing some problem with the GIT usage. I am
trying to clone a repository at www.linux-mips.org with the
following command, I get error message as below:
**************************************************************************
[root@sshyamal git-tutorial]# git clone
git://ftp.linux-mips.org/pub/scm/linux-malta.git linux-malta.git
git: warning: invalid extra options ignored
GNU Interactive Tools 4.3.20 (i686-pc-linux-gnu), 12:39:46 Apr 18 2006
GIT is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free
Software
Foundation; either version 2, or (at your option) any later version.
Copyright (C) 1993-1999 Free Software Foundation, Inc.
Written by Tudor Hulubei and Andrei Pitis, Bucharest, Romania
git: fatal error: `chdir' failed: permission denied.
***************************************************************************
I am exercising this command in root mode.
I have browsed through FAQs/archived mails but haven't come across
appropriate solution to this.
Can anyone please let me know the problem cause for this issue?
Thanks and Regards,
Shyamal
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT Error issue
2006-04-19 11:16 GIT Error issue Shyamal Sadanshio
@ 2006-04-19 11:20 ` Sam Ravnborg
2006-04-19 11:20 ` Krzysiek Pawlik
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Sam Ravnborg @ 2006-04-19 11:20 UTC (permalink / raw)
To: Shyamal Sadanshio; +Cc: git
On Wed, Apr 19, 2006 at 04:46:57PM +0530, Shyamal Sadanshio wrote:
> Hi,
>
> I am newbie to GIT and facing some problem with the GIT usage. I am
> trying to clone a repository at www.linux-mips.org with the
> following command, I get error message as below:
>
> **************************************************************************
> [root@sshyamal git-tutorial]# git clone
> git://ftp.linux-mips.org/pub/scm/linux-malta.git linux-malta.git
> git: warning: invalid extra options ignored
>
> GNU Interactive Tools 4.3.20 (i686-pc-linux-gnu), 12:39:46 Apr 18 2006
You are running the wrong git.
The git you are running are the "GNU Interactive Tools" and not git from
the git-suite.
Fix - uninstall "GNU Interactive Tools"
Sam
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT Error issue
2006-04-19 11:16 GIT Error issue Shyamal Sadanshio
2006-04-19 11:20 ` Sam Ravnborg
@ 2006-04-19 11:20 ` Krzysiek Pawlik
2006-04-19 11:21 ` Erik Mouw
2006-04-19 21:53 ` Martin Langhoff
3 siblings, 0 replies; 7+ messages in thread
From: Krzysiek Pawlik @ 2006-04-19 11:20 UTC (permalink / raw)
To: Shyamal Sadanshio; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
Shyamal Sadanshio wrote:
> **************************************************************************
> [root@sshyamal git-tutorial]# git clone
> git://ftp.linux-mips.org/pub/scm/linux-malta.git linux-malta.git
> git: warning: invalid extra options ignored
>
> GNU Interactive Tools 4.3.20 (i686-pc-linux-gnu), 12:39:46 Apr 18 2006
^ ^ ^
Use git - the content manager, not interactive tools. Use full path to
git executable.
--
Krzysiek Pawlik (Nelchael)
RLU #322999 GPG Key ID: 0xBC555551
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT Error issue
2006-04-19 11:16 GIT Error issue Shyamal Sadanshio
2006-04-19 11:20 ` Sam Ravnborg
2006-04-19 11:20 ` Krzysiek Pawlik
@ 2006-04-19 11:21 ` Erik Mouw
2006-04-20 15:02 ` Shyamal Sadanshio
2006-04-19 21:53 ` Martin Langhoff
3 siblings, 1 reply; 7+ messages in thread
From: Erik Mouw @ 2006-04-19 11:21 UTC (permalink / raw)
To: Shyamal Sadanshio; +Cc: git
On Wed, Apr 19, 2006 at 04:46:57PM +0530, Shyamal Sadanshio wrote:
> I am newbie to GIT and facing some problem with the GIT usage. I am
> trying to clone a repository at www.linux-mips.org with the
> following command, I get error message as below:
>
> **************************************************************************
> [root@sshyamal git-tutorial]# git clone
> git://ftp.linux-mips.org/pub/scm/linux-malta.git linux-malta.git
> git: warning: invalid extra options ignored
>
> GNU Interactive Tools 4.3.20 (i686-pc-linux-gnu), 12:39:46 Apr 18 2006
> GIT is free software; you can redistribute it and/or modify it under the
> terms of the GNU General Public License as published by the Free
> Software
> Foundation; either version 2, or (at your option) any later version.
> Copyright (C) 1993-1999 Free Software Foundation, Inc.
> Written by Tudor Hulubei and Andrei Pitis, Bucharest, Romania
>
> git: fatal error: `chdir' failed: permission denied.
You're using the wrong GIT. Remove the GNU Interactive Tools and use
git from kernel.org.
> ***************************************************************************
>
> I am exercising this command in root mode.
There is absolutely zero reason to run git as root.
Erik
--
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT Error issue
2006-04-19 11:16 GIT Error issue Shyamal Sadanshio
` (2 preceding siblings ...)
2006-04-19 11:21 ` Erik Mouw
@ 2006-04-19 21:53 ` Martin Langhoff
2006-04-20 14:58 ` Shyamal Sadanshio
3 siblings, 1 reply; 7+ messages in thread
From: Martin Langhoff @ 2006-04-19 21:53 UTC (permalink / raw)
To: Shyamal Sadanshio; +Cc: git
If you are using Debian or a derivative, just do
apt-get install git-core
which will remove the 'git' package (GNU Interactive Tools) and
install the git SCM. On RPM systems, probably
yum install git-core
will do the trick.
cheers,
martin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT Error issue
2006-04-19 21:53 ` Martin Langhoff
@ 2006-04-20 14:58 ` Shyamal Sadanshio
0 siblings, 0 replies; 7+ messages in thread
From: Shyamal Sadanshio @ 2006-04-20 14:58 UTC (permalink / raw)
To: Martin Langhoff; +Cc: git
Thanks a lot for the pointer!
It worked now!!
Thanks and Regards,
Shyamal
On 4/20/06, Martin Langhoff <martin.langhoff@gmail.com> wrote:
> If you are using Debian or a derivative, just do
>
> apt-get install git-core
>
> which will remove the 'git' package (GNU Interactive Tools) and
> install the git SCM. On RPM systems, probably
>
> yum install git-core
>
> will do the trick.
>
> cheers,
>
>
> martin
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT Error issue
2006-04-19 11:21 ` Erik Mouw
@ 2006-04-20 15:02 ` Shyamal Sadanshio
0 siblings, 0 replies; 7+ messages in thread
From: Shyamal Sadanshio @ 2006-04-20 15:02 UTC (permalink / raw)
To: Erik Mouw; +Cc: git
Hi,
Yes, I had installed a wrong GIT.
Thanks it worked now!
However, with a http protocol instead of git and rsync because of
firewall issue, I guess!
Thanks and Regards,
Shyamal
On 4/19/06, Erik Mouw <erik@harddisk-recovery.com> wrote:
> On Wed, Apr 19, 2006 at 04:46:57PM +0530, Shyamal Sadanshio wrote:
> > I am newbie to GIT and facing some problem with the GIT usage. I am
> > trying to clone a repository at www.linux-mips.org with the
> > following command, I get error message as below:
> >
> > **************************************************************************
> > [root@sshyamal git-tutorial]# git clone
> > git://ftp.linux-mips.org/pub/scm/linux-malta.git linux-malta.git
> > git: warning: invalid extra options ignored
> >
> > GNU Interactive Tools 4.3.20 (i686-pc-linux-gnu), 12:39:46 Apr 18 2006
> > GIT is free software; you can redistribute it and/or modify it under the
> > terms of the GNU General Public License as published by the Free
> > Software
> > Foundation; either version 2, or (at your option) any later version.
> > Copyright (C) 1993-1999 Free Software Foundation, Inc.
> > Written by Tudor Hulubei and Andrei Pitis, Bucharest, Romania
> >
> > git: fatal error: `chdir' failed: permission denied.
>
> You're using the wrong GIT. Remove the GNU Interactive Tools and use
> git from kernel.org.
>
> >
> ***************************************************************************
> >
> > I am exercising this command in root mode.
>
> There is absolutely zero reason to run git as root.
>
>
> Erik
>
> --
> +-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
> | Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-04-20 15:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-19 11:16 GIT Error issue Shyamal Sadanshio
2006-04-19 11:20 ` Sam Ravnborg
2006-04-19 11:20 ` Krzysiek Pawlik
2006-04-19 11:21 ` Erik Mouw
2006-04-20 15:02 ` Shyamal Sadanshio
2006-04-19 21:53 ` Martin Langhoff
2006-04-20 14:58 ` Shyamal Sadanshio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).