On Mon, Mar 9, 2009 at 12:16 PM, Martin Pettersson <[email protected]> wrote: > Hi Johan > Thanks for answering. > > The version is: > mar...@matacilt ~ $ git --version > git version 1.6.0.1 > > The transmission is also extremely slow... > > mar...@matacilt ~ $ git clone git://gitorious.org/gitorious/mainline.git > Initialized empty Git repository in /home/martin/mainline/.git/ > remote: Counting objects: 19098, done. > remote: Compressing objects: 100% (8688/8688), done. > Receiving objects: 6% (1176/19098), 827.99 KiB | 3 KiB/s > > and then it drops... > > mar...@matacilt ~ $ git --version > git version 1.6.0.1 > mar...@matacilt ~ $ git clone git://gitorious.org/gitorious/mainline.git > Initialized empty Git repository in /home/martin/mainline/.git/ > remote: Counting objects: 19098, done. > remote: Compressing objects: 100% (8688/8688), done. > fatal: The remote end hung up unexpectedly MiB | 1 KiB/s > fatal: early EOF > fatal: index-pack failed > mar...@matacilt ~ $ > > I don't have any other problems with the internet so this is a strange > one...
Bizarre indeed, you're the first one to report something like this. Do you have general connection issues against gitorious.org (eg try a traceroute to gitorious.org)? Do you get the same on smaller repositories (git://gitorious.org/stomp/mainline.git for instance is ~248K)? What if you try on this port instead? git clone git://gitorious.org:9419/gitorious/mainline.git (I'll only keep this running for a day or two, just trying to figure out what causes this) > > Thanks and best regards > Martin JS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
