Re: [Gimp-docs] Early EOFs

2010-06-09 Thread Kolbjørn Stuestøl
Roman Joost skreiv:
> On Sat, Jun 05, 2010 at 06:57:14PM +0200, Kolbjørn Stuestøl wrote:
>   
>> When running "git pull" I get this output:
>> $ git pull
>> remote: Counting objects: 198, done.
>> remote: Compressing objects: 100% (119/119), done.
>> fatal: The remote end hung up unexpectedly
>> fatal: early EOFs:  30% (36/119), 8.01 KiB | 2 KiB/s
>> fatal: index-pack failed
>> 
> I'm seeing that for the first time, but as Ulf already pointed out, I
> also assume it's because of the "fatal: The remote end hung up unexpectedly" 
> message.
>
> Cheers,
>   
Solved.
Gave up "git pull" and ran "git clone ssh:// ..." instead.
After a few attempts getting the "early EOFs ..." it suddenly worked. I 
have no explanation.
The error message when trying to pull:
...
Write failed: Connection reset by peer 254.99 MiB | 100 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Looks like the problem was in writing to my computer for some reason or 
other.
Kolbjoern
___
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs


Re: [Gimp-docs] Early EOFs

2010-06-07 Thread Roman Joost
On Sat, Jun 05, 2010 at 06:57:14PM +0200, Kolbjørn Stuestøl wrote:
> When running "git pull" I get this output:
> $ git pull
> remote: Counting objects: 198, done.
> remote: Compressing objects: 100% (119/119), done.
> fatal: The remote end hung up unexpectedly
> fatal: early EOFs:  30% (36/119), 8.01 KiB | 2 KiB/s
> fatal: index-pack failed
I'm seeing that for the first time, but as Ulf already pointed out, I
also assume it's because of the "fatal: The remote end hung up unexpectedly" 
message.

Cheers,
-- 
Roman Joost
www: http://www.romanofski.de
email: romanof...@gimp.org


signature.asc
Description: Digital signature
___
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs


Re: [Gimp-docs] Early EOFs

2010-06-07 Thread Ulf-D. Ehlert
Kolbjørn Stuestøl (Saturday, 05. June 2010)
> When running "git pull" I get this output:
[...]
> fatal: The remote end hung up unexpectedly

I think this is the answer to all your questions.

> fatal: early EOFs:  30% (36/119), 8.01 KiB | 2 KiB/s

Maybe EOF just means that your local git program expected some bytes 
and got nothing instead: (too) early end of file.

> I think running "git clone" will solve the problem, 

I would just try to pull once more...

Ulf


signature.asc
Description: This is a digitally signed message part.
___
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs