emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Cannot clone Worg
@ 2009-11-01 10:03 Tassilo Horn
  2009-11-01 11:38 ` Matt Lundin
  0 siblings, 1 reply; 6+ messages in thread
From: Tassilo Horn @ 2009-11-01 10:03 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I'd like to create a people page on Worg, but unfortunately, I cannot
clone it.  I already have a user at repo.or.cz.  Here's the error
message:

--8<---------------cut here---------------start------------->8---
% git clone git+ssh://tsdh@repo.or.cz/srv/git/Worg.git
Initialized empty Git repository in /home/horn/repos/Worg/.git/
remote: fatal: exec pack-objects failed.
error: git-upload-pack: git-pack-objects died with error.
fatal: git-upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
--8<---------------cut here---------------end--------------->8---

Any ideas?

Bye,
Tassilo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Cannot clone Worg
  2009-11-01 10:03 Cannot clone Worg Tassilo Horn
@ 2009-11-01 11:38 ` Matt Lundin
  2009-11-01 16:11   ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Lundin @ 2009-11-01 11:38 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: emacs-orgmode

Tassilo Horn <tassilo@member.fsf.org> writes:

> Hi all,
>
> I'd like to create a people page on Worg, but unfortunately, I cannot
> clone it.  I already have a user at repo.or.cz.  Here's the error
> message:
>
> % git clone git+ssh://tsdh@repo.or.cz/srv/git/Worg.git
> Initialized empty Git repository in /home/horn/repos/Worg/.git/
> remote: fatal: exec pack-objects failed.
> error: git-upload-pack: git-pack-objects died with error.
> fatal: git-upload-pack: aborting due to possible repository corruption on the remote side.
> remote: aborting due to possible repository corruption on the remote side.
> fatal: early EOF
> fatal: index-pack failed

I'm getting the same error message when I try to pull recent changes
from Worg.

- Matt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: Cannot clone Worg
  2009-11-01 11:38 ` Matt Lundin
@ 2009-11-01 16:11   ` Carsten Dominik
  2009-11-01 17:17     ` Nick Dokos
  0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-11-01 16:11 UTC (permalink / raw)
  To: Matt Lundin; +Cc: Tassilo Horn, emacs-orgmode


On Nov 1, 2009, at 12:38 PM, Matt Lundin wrote:

> Tassilo Horn <tassilo@member.fsf.org> writes:
>
>> Hi all,
>>
>> I'd like to create a people page on Worg, but unfortunately, I cannot
>> clone it.  I already have a user at repo.or.cz.  Here's the error
>> message:
>>
>> % git clone git+ssh://tsdh@repo.or.cz/srv/git/Worg.git
>> Initialized empty Git repository in /home/horn/repos/Worg/.git/
>> remote: fatal: exec pack-objects failed.
>> error: git-upload-pack: git-pack-objects died with error.
>> fatal: git-upload-pack: aborting due to possible repository  
>> corruption on the remote side.
>> remote: aborting due to possible repository corruption on the  
>> remote side.
>> fatal: early EOF
>> fatal: index-pack failed
>
> I'm getting the same error message when I try to pull recent changes
> from Worg.

This must be a problem at repo.or.cz,  maybe a buggy git version.   
Let's hope
they'll be able to fix it soon - pushing still works...

- Carsten

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: Cannot clone Worg
  2009-11-01 16:11   ` Carsten Dominik
@ 2009-11-01 17:17     ` Nick Dokos
  2009-11-01 19:17       ` Tassilo Horn
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2009-11-01 17:17 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Tassilo Horn, Matt Lundin, emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> wrote:

> 
> On Nov 1, 2009, at 12:38 PM, Matt Lundin wrote:
> 
> > Tassilo Horn <tassilo@member.fsf.org> writes:
> >
> >> Hi all,
> >>
> >> I'd like to create a people page on Worg, but unfortunately, I cannot
> >> clone it.  I already have a user at repo.or.cz.  Here's the error
> >> message:
> >>
> >> % git clone git+ssh://tsdh@repo.or.cz/srv/git/Worg.git
> >> Initialized empty Git repository in /home/horn/repos/Worg/.git/
> >> remote: fatal: exec pack-objects failed.
> >> error: git-upload-pack: git-pack-objects died with error.
> >> fatal: git-upload-pack: aborting due to possible repository
> >> corruption on the remote side.
> >> remote: aborting due to possible repository corruption on the
> >> remote side.
> >> fatal: early EOF
> >> fatal: index-pack failed
> >
> > I'm getting the same error message when I try to pull recent changes
> > from Worg.
> 
> This must be a problem at repo.or.cz,  maybe a buggy git version.
> Let's hope
> they'll be able to fix it soon - pushing still works...
> 

I just did a pull and it worked.

Nick

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Cannot clone Worg
  2009-11-01 17:17     ` Nick Dokos
@ 2009-11-01 19:17       ` Tassilo Horn
  2009-11-01 19:37         ` Tassilo Horn
  0 siblings, 1 reply; 6+ messages in thread
From: Tassilo Horn @ 2009-11-01 19:17 UTC (permalink / raw)
  To: emacs-orgmode

Nick Dokos <nicholas.dokos@hp.com> writes:

Hi Nick,

> I just did a pull and it worked.

Yep, now it works for me, too.

Bye,
Tassilo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Cannot clone Worg
  2009-11-01 19:17       ` Tassilo Horn
@ 2009-11-01 19:37         ` Tassilo Horn
  0 siblings, 0 replies; 6+ messages in thread
From: Tassilo Horn @ 2009-11-01 19:37 UTC (permalink / raw)
  To: emacs-orgmode

Tassilo Horn <tassilo@member.fsf.org> writes:

>> I just did a pull and it worked.
>
> Yep, now it works for me, too.

Oh, I was a bit too quick.  I can clone and pull, but now I get an error
when I try to push.

--8<---------------cut here---------------start------------->8---
% git push
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 971 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
error: unable to create temporary sha1 filename ./objects/ef: Permission denied

fatal: failed to write object
error: unpack failed: unpacker exited with error code
To git+ssh://tsdh@repo.or.cz/srv/git/Worg.git
 ! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to
 'git+ssh://tsdh@repo.or.cz/srv/git/Worg.git'
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-01 19:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-01 10:03 Cannot clone Worg Tassilo Horn
2009-11-01 11:38 ` Matt Lundin
2009-11-01 16:11   ` Carsten Dominik
2009-11-01 17:17     ` Nick Dokos
2009-11-01 19:17       ` Tassilo Horn
2009-11-01 19:37         ` Tassilo Horn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).