* Re: Git Repo
2005-10-30 20:49 Git Repo Jim Gifford
@ 2005-10-30 20:20 ` Kumba
2005-10-31 6:24 ` Sathesh Babu Edara
0 siblings, 1 reply; 7+ messages in thread
From: Kumba @ 2005-10-30 20:20 UTC (permalink / raw)
To: Linux MIPS List
Jim Gifford wrote:
> I was trying to search the GIT repo via gitweb, and I kept getting 403
> Forbidden, anyone else getting the same error?
Getting it here too.
--Kumba
--
Gentoo/MIPS Team Lead
Gentoo Foundation Board of Trustees
"Such is oft the course of deeds that move the wheels of the world: small hands
do them because they must, while the eyes of the great are elsewhere." --Elrond
^ permalink raw reply [flat|nested] 7+ messages in thread
* Git Repo
@ 2005-10-30 20:49 Jim Gifford
2005-10-30 20:20 ` Kumba
0 siblings, 1 reply; 7+ messages in thread
From: Jim Gifford @ 2005-10-30 20:49 UTC (permalink / raw)
To: Linux MIPS List
I was trying to search the GIT repo via gitweb, and I kept getting 403
Forbidden, anyone else getting the same error?
--
----
Jim Gifford
maillist@jg555.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Git Repo
2005-10-30 20:20 ` Kumba
@ 2005-10-31 6:24 ` Sathesh Babu Edara
2005-10-31 14:43 ` Ralf Baechle
0 siblings, 1 reply; 7+ messages in thread
From: Sathesh Babu Edara @ 2005-10-31 6:24 UTC (permalink / raw)
To: 'Linux MIPS List'
Hi ,
I too get same error message.I am new to GIT.I want to checkout
linux-2.6.12 tag from the git archive.Can some one help me what commands I
should use to checkout.I am trying to connect GIT repo via gitweb from my
Windows-XP system.
Thanks in advance.
Regards,
Sathesh
-----Original Message-----
From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Kumba
Sent: Monday, October 31, 2005 1:51 AM
To: Linux MIPS List
Subject: Re: Git Repo
Jim Gifford wrote:
> I was trying to search the GIT repo via gitweb, and I kept getting 403
> Forbidden, anyone else getting the same error?
Getting it here too.
--Kumba
--
Gentoo/MIPS Team Lead
Gentoo Foundation Board of Trustees
"Such is oft the course of deeds that move the wheels of the world: small
hands do them because they must, while the eyes of the great are elsewhere."
--Elrond
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Git Repo
2005-10-31 6:24 ` Sathesh Babu Edara
@ 2005-10-31 14:43 ` Ralf Baechle
2005-10-31 17:45 ` Sathesh Babu Edara
0 siblings, 1 reply; 7+ messages in thread
From: Ralf Baechle @ 2005-10-31 14:43 UTC (permalink / raw)
To: Sathesh Babu Edara; +Cc: 'Linux MIPS List'
On Mon, Oct 31, 2005 at 11:54:24AM +0530, Sathesh Babu Edara wrote:
> I too get same error message.I am new to GIT.I want to checkout
> linux-2.6.12 tag from the git archive.Can some one help me what commands I
> should use to checkout.I am trying to connect GIT repo via gitweb from my
> Windows-XP system.
Gitweb is for browsing repositories only, not for checking out.
If you actually want to checkout from git I suggest you start by installing
Linux; there apparently is a Cygwin port but I expect it to be rather slow
and you may hit more interesting problems with Cygwin.
Ralf
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Git Repo
2005-10-31 14:43 ` Ralf Baechle
@ 2005-10-31 17:45 ` Sathesh Babu Edara
2005-10-31 18:07 ` Ralf Baechle
2005-10-31 18:09 ` Ilya A. Volynets-Evenbakh
0 siblings, 2 replies; 7+ messages in thread
From: Sathesh Babu Edara @ 2005-10-31 17:45 UTC (permalink / raw)
To: 'Linux MIPS List'; +Cc: 'Ralf Baechle'
Thank you.
I installed git-snapshot-20051025 on Linux PC to checkout linux from git
and executed following command
# rsync://ftp.linux-mips.org/git
and I get following message
-bash: rsync://ftp.linux-mips.org/git: No such file or directory.
I tried the following command also
# git clone rsync://ftp.linux-mips.org/git/linux.git linux.git
and get following message
------------------------------------
defaulting to local storage area
warning: templates not found /home/sathesh/share/git-core/templates/
rsync: failed to connect to ftp.linux-mips.org: Connection timed out
rsync error: error in socket IO (code 10) at clientserver.c(83)
----------------------------------------
Can you suggest me what could be the problem?. Am I missed anything?.
Thanks in advance.
Regards,
Sathesh
-----Original Message-----
From: Ralf Baechle [mailto:ralf@linux-mips.org]
Sent: Monday, October 31, 2005 8:13 PM
To: Sathesh Babu Edara
Cc: 'Linux MIPS List'
Subject: Re: Git Repo
On Mon, Oct 31, 2005 at 11:54:24AM +0530, Sathesh Babu Edara wrote:
> I too get same error message.I am new to GIT.I want to checkout
> linux-2.6.12 tag from the git archive.Can some one help me what
> commands I should use to checkout.I am trying to connect GIT repo via
> gitweb from my Windows-XP system.
Gitweb is for browsing repositories only, not for checking out.
If you actually want to checkout from git I suggest you start by installing
Linux; there apparently is a Cygwin port but I expect it to be rather slow
and you may hit more interesting problems with Cygwin.
Ralf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Git Repo
2005-10-31 17:45 ` Sathesh Babu Edara
@ 2005-10-31 18:07 ` Ralf Baechle
2005-10-31 18:09 ` Ilya A. Volynets-Evenbakh
1 sibling, 0 replies; 7+ messages in thread
From: Ralf Baechle @ 2005-10-31 18:07 UTC (permalink / raw)
To: Sathesh Babu Edara; +Cc: 'Linux MIPS List'
On Mon, Oct 31, 2005 at 11:15:02PM +0530, Sathesh Babu Edara wrote:
> I installed git-snapshot-20051025 on Linux PC to checkout linux from git
> and executed following command
> # rsync://ftp.linux-mips.org/git
> and I get following message
> -bash: rsync://ftp.linux-mips.org/git: No such file or directory.
Shit in, shit out.
> I tried the following command also
> # git clone rsync://ftp.linux-mips.org/git/linux.git linux.git
> and get following message
> ------------------------------------
> defaulting to local storage area
> warning: templates not found /home/sathesh/share/git-core/templates/
> rsync: failed to connect to ftp.linux-mips.org: Connection timed out
> rsync error: error in socket IO (code 10) at clientserver.c(83)
> ----------------------------------------
>
> Can you suggest me what could be the problem?. Am I missed anything?.
A discussion with your firewall admin to open the rsync port. Or use
git:// or http:// as the alternatives.
Ralf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Git Repo
2005-10-31 17:45 ` Sathesh Babu Edara
2005-10-31 18:07 ` Ralf Baechle
@ 2005-10-31 18:09 ` Ilya A. Volynets-Evenbakh
1 sibling, 0 replies; 7+ messages in thread
From: Ilya A. Volynets-Evenbakh @ 2005-10-31 18:09 UTC (permalink / raw)
To: Sathesh Babu Edara; +Cc: 'Linux MIPS List', 'Ralf Baechle'
You are behind firewall that does not allow rsync access.
Use http://www.linux-mips.org/pub/scm/linux.git instead.
Sathesh Babu Edara wrote:
> Thank you.
> I installed git-snapshot-20051025 on Linux PC to checkout linux from git
>and executed following command
># rsync://ftp.linux-mips.org/git
> and I get following message
> -bash: rsync://ftp.linux-mips.org/git: No such file or directory.
>
>I tried the following command also
># git clone rsync://ftp.linux-mips.org/git/linux.git linux.git
> and get following message
>------------------------------------
>defaulting to local storage area
>warning: templates not found /home/sathesh/share/git-core/templates/
>rsync: failed to connect to ftp.linux-mips.org: Connection timed out
>rsync error: error in socket IO (code 10) at clientserver.c(83)
>----------------------------------------
>
>Can you suggest me what could be the problem?. Am I missed anything?.
>
>Thanks in advance.
>
>Regards,
>Sathesh
>
>-----Original Message-----
>From: Ralf Baechle [mailto:ralf@linux-mips.org]
>Sent: Monday, October 31, 2005 8:13 PM
>To: Sathesh Babu Edara
>Cc: 'Linux MIPS List'
>Subject: Re: Git Repo
>
>On Mon, Oct 31, 2005 at 11:54:24AM +0530, Sathesh Babu Edara wrote:
>
>
>
>> I too get same error message.I am new to GIT.I want to checkout
>>linux-2.6.12 tag from the git archive.Can some one help me what
>>commands I should use to checkout.I am trying to connect GIT repo via
>>gitweb from my Windows-XP system.
>>
>>
>
>Gitweb is for browsing repositories only, not for checking out.
>
>If you actually want to checkout from git I suggest you start by installing
>Linux; there apparently is a Cygwin port but I expect it to be rather slow
>and you may hit more interesting problems with Cygwin.
>
> Ralf
>
>
>
>
--
Ilya A. Volynets-Evenbakh
Total Knowledge. CTO
http://www.total-knowledge.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-10-31 18:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-30 20:49 Git Repo Jim Gifford
2005-10-30 20:20 ` Kumba
2005-10-31 6:24 ` Sathesh Babu Edara
2005-10-31 14:43 ` Ralf Baechle
2005-10-31 17:45 ` Sathesh Babu Edara
2005-10-31 18:07 ` Ralf Baechle
2005-10-31 18:09 ` Ilya A. Volynets-Evenbakh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.