* problem with plain git clone
@ 2006-05-03 14:18 Kumar Gala
2006-05-03 14:31 ` Shawn Pearce
0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2006-05-03 14:18 UTC (permalink / raw)
To: git
Anyone see an issues like the following:
[kgala@kgala_lnx z]$ git clone git://git.kernel.org:/pub/scm/boot/u-
boot/galak/u-boot.git
git clone git://git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git
fatal: unable to connect a socket (Connection timed out)
fetch-pack from 'git://git.kernel.org:/pub/scm/boot/u-boot/galak/u-
boot.git' failed.
I've clearly done something crazy, but I setup this repository today
with a simple:
git clone -n rsync://rsync.denx.de/git/u-boot.git
mv u-boot/.git/ u-boot.git
- kumar
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: problem with plain git clone
2006-05-03 14:18 problem with plain git clone Kumar Gala
@ 2006-05-03 14:31 ` Shawn Pearce
2006-05-03 15:46 ` Kumar Gala
0 siblings, 1 reply; 4+ messages in thread
From: Shawn Pearce @ 2006-05-03 14:31 UTC (permalink / raw)
To: Kumar Gala; +Cc: git
Kumar Gala <galak@kernel.crashing.org> wrote:
> Anyone see an issues like the following:
>
> [kgala@kgala_lnx z]$ git clone git://git.kernel.org:/pub/scm/boot/u-
> boot/galak/u-boot.git
> git clone git://git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git
> fatal: unable to connect a socket (Connection timed out)
There's no GIT daemon running on the empty port. Notice the ':'
appearing right after '.org'.
Hmm, that sounds like a bug in the protocol URL parser...
--
Shawn.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: problem with plain git clone
2006-05-03 14:31 ` Shawn Pearce
@ 2006-05-03 15:46 ` Kumar Gala
0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2006-05-03 15:46 UTC (permalink / raw)
To: Shawn Pearce; +Cc: git
On May 3, 2006, at 9:31 AM, Shawn Pearce wrote:
> Kumar Gala <galak@kernel.crashing.org> wrote:
>> Anyone see an issues like the following:
>>
>> [kgala@kgala_lnx z]$ git clone git://git.kernel.org:/pub/scm/boot/u-
>> boot/galak/u-boot.git
>> git clone git://git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git
>> fatal: unable to connect a socket (Connection timed out)
>
> There's no GIT daemon running on the empty port. Notice the ':'
> appearing right after '.org'.
>
> Hmm, that sounds like a bug in the protocol URL parser...
Yeah, that was it. thanks.
- kumar
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: problem with plain git clone
@ 2006-05-03 16:24 Haruki Dai-r35557
0 siblings, 0 replies; 4+ messages in thread
From: Haruki Dai-r35557 @ 2006-05-03 16:24 UTC (permalink / raw)
To: Kumar Gala; +Cc: git
Hi Kumar,
Could you enable post update hook? I couldn't clone through http:.
Thanks,
Dai
> -----Original Message-----
> From: git-owner@vger.kernel.org
> [mailto:git-owner@vger.kernel.org] On Behalf Of Kumar Gala
> Sent: Wednesday, May 03, 2006 10:46 AM
> To: Shawn Pearce
> Cc: git@vger.kernel.org
> Subject: Re: problem with plain git clone
>
>
> On May 3, 2006, at 9:31 AM, Shawn Pearce wrote:
>
> > Kumar Gala <galak@kernel.crashing.org> wrote:
> >> Anyone see an issues like the following:
> >>
> >> [kgala@kgala_lnx z]$ git clone
> git://git.kernel.org:/pub/scm/boot/u-
> >> boot/galak/u-boot.git
> >> git clone
> git://git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git
> >> fatal: unable to connect a socket (Connection timed out)
> >
> > There's no GIT daemon running on the empty port. Notice the ':'
> > appearing right after '.org'.
> >
> > Hmm, that sounds like a bug in the protocol URL parser...
>
> Yeah, that was it. thanks.
>
> - kumar
> -
> To unsubscribe from this list: send the line "unsubscribe
> git" in the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-05-03 16:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-03 14:18 problem with plain git clone Kumar Gala
2006-05-03 14:31 ` Shawn Pearce
2006-05-03 15:46 ` Kumar Gala
-- strict thread matches above, loose matches on Subject: below --
2006-05-03 16:24 Haruki Dai-r35557
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).