RSS/Atom feed Twitter
Site is read-only, email is disabled

Early EOFs

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Early EOFs Kolbjørn Stuestøl 05 Jun 18:57
  201006071332.47322.ude88@we... Ulf-D. Ehlert 07 Jun 13:32
  Early EOFs Roman Joost 08 Jun 02:48
   Early EOFs Kolbjørn Stuestøl 09 Jun 17:41
Kolbjørn Stuestøl
2010-06-05 18:57:14 UTC (over 14 years ago)

Early EOFs

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 think running "git clone" will solve the problem, but I am a bit curious: Where does these EOFs occurs? If they are in my local files, why not just overwrite them?
Perhaps the "30% (36/119), 8.01 KiB | 2 KiB/s" is meant to tell me something, but I do not know what this message means.

Kolbjoern

Roman Joost
2010-06-08 02:48:23 UTC (over 14 years ago)

Early EOFs

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,

Kolbjørn Stuestøl
2010-06-09 17:41:14 UTC (over 14 years ago)

Early EOFs

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