Re: [gitorious] Clone errors: The remote end hung up unexpectedly and Unable to get pack file

2010-10-20 Thread Marius Mårnes Mathiesen
On Fri, Oct 15, 2010 at 7:41 PM, Zbyl zby...@gmail.com wrote:

 C:\VSProjects\WebKit\WebKitCEgit clone
 git://gitorious.org/+wincewebkit-developers/webkit/wincewebkit.git
 Cloning into wincewebkit...
 fatal: The remote end hung up unexpectedly
 fatal: early EOF
 fatal: index-pack failed


We have been seeing this in repositories owned by a group and thereby having
a plus sign in the Git URL. Someone mentioned on IRC that a recent commit in
Git itself solves an issue with this - so we'll be upgrading Git on the
servers later this week.

One thing you could try in the meantime is to use an alternate Git URL that
doesn't have the plus sign in its URL:

git://gitorious.org/webkit/wincewebkit.git

- and please let us know if this works better.

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Clone errors: The remote end hung up unexpectedly and Unable to get pack file

2010-10-20 Thread Zbyszek Skowron
This link didn't work either:

$ git clone git://gitorious.org/webkit/wincewebkit.git
Cloning into wincewebkit...
remote: Counting objects: 902995, done.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

Zbyl

On 20 October 2010 18:54, Marius Mårnes Mathiesen
marius.mathie...@gmail.com wrote:
 On Fri, Oct 15, 2010 at 7:41 PM, Zbyl zby...@gmail.com wrote:

 C:\VSProjects\WebKit\WebKitCEgit clone
 git://gitorious.org/+wincewebkit-developers/webkit/wincewebkit.git
 Cloning into wincewebkit...
 fatal: The remote end hung up unexpectedly
 fatal: early EOF
 fatal: index-pack failed

 We have been seeing this in repositories owned by a group and thereby having
 a plus sign in the Git URL. Someone mentioned on IRC that a recent commit in
 Git itself solves an issue with this - so we'll be upgrading Git on the
 servers later this week.
 One thing you could try in the meantime is to use an alternate Git URL that
 doesn't have the plus sign in its URL:
 git://gitorious.org/webkit/wincewebkit.git
 - and please let us know if this works better.
 Cheers,
 - Marius

 --
 To post to this group, send email to gitorious@googlegroups.com
 To unsubscribe from this group, send email to
 gitorious+unsubscr...@googlegroups.com


-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] Clone errors: The remote end hung up unexpectedly and Unable to get pack file

2010-10-18 Thread Zbyl
Hi, I have problems cloning a repository.

Using git:// it's allways this error:

C:\VSProjects\WebKit\WebKitCEgit clone
git://gitorious.org/+wincewebkit-developers/webkit/wincewebkit.git
Cloning into wincewebkit...
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

Using http:// it's allways this error:

C:\VSProjects\WebKit\WebKitCEgit clone
http://git.gitorious.org/+wincewebkit-developers/webkit/wincewebkit.git
Cloning into wincewebkit...
error: Unable to get pack file
http://git.gitorious.org/+wincewebkit-developers/webkit/wincewebkit.git/objects/pack/pack-591cef5d97f7e4c20c7e8a75b5adbd0af3598aeb.pack
transfer closed with 1907962997 bytes remaining to read
error: Unable to find b26b29b6265fbdb0a24b4eb3193d07b66b45c8f1 under
http://git.gitorious.org/+wincewebkit-developers/webkit/wincewebkit.git
Cannot obtain needed object b26b29b6265fbdb0a24b4eb3193d07b66b45c8f1
while processing commit e2ff6703adb69688fc9e766f4e22c727f3b8e4f8.
error: Fetch failed.

I've found many issues like this in this list and in other places.
Sadly, I can't find a solution.
I'm trying to connect from behind my home firewall.
I'm using Windows 7 and git version 1.7.3.1.msysgit.0
I've tried many times during past 2 days.

Do I need to forward some ports? Configure ssh? Configure git somehow?
Use some options?
Any ideas what might be wrong?

Zbyl

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com