All of lore.kernel.org
 help / color / mirror / Atom feed
* fatal: The remote end hung up unexpectedly
@ 2010-09-15 11:02 Steffen Sledz
  2010-09-15 11:52 ` Frans Meulenbroeks
  2010-09-16 10:20 ` Steffen Sledz
  0 siblings, 2 replies; 7+ messages in thread
From: Steffen Sledz @ 2010-09-15 11:02 UTC (permalink / raw)
  To: openembedded-devel

Can't push my changes today. :(

> git push -v upstream
Pushing to git://git.openembedded.net/openembedded
fatal: The remote end hung up unexpectedly

Steffen




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

* Re: fatal: The remote end hung up unexpectedly
  2010-09-15 11:02 fatal: The remote end hung up unexpectedly Steffen Sledz
@ 2010-09-15 11:52 ` Frans Meulenbroeks
  2010-09-15 12:00   ` Steffen Sledz
  2010-09-16 10:20 ` Steffen Sledz
  1 sibling, 1 reply; 7+ messages in thread
From: Frans Meulenbroeks @ 2010-09-15 11:52 UTC (permalink / raw)
  To: openembedded-devel

2010/9/15 Steffen Sledz <sledz@dresearch.de>:
> Can't push my changes today. :(
>
>> git push -v upstream
> Pushing to git://git.openembedded.net/openembedded
> fatal: The remote end hung up unexpectedly
>
> Steffen
>

Hm.
I see that every once in a while too when doing a pull. Pulling a
second time then often works for me, but I guess you tried pushing a
2nd time.
And there are no new changes for 13 hrs.
Guess we'll have to wait for the west coast to wake up

Frans.



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

* Re: fatal: The remote end hung up unexpectedly
  2010-09-15 11:52 ` Frans Meulenbroeks
@ 2010-09-15 12:00   ` Steffen Sledz
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Sledz @ 2010-09-15 12:00 UTC (permalink / raw)
  To: openembedded-devel

Am 15.09.2010 13:52, schrieb Frans Meulenbroeks:
> 2010/9/15 Steffen Sledz <sledz@dresearch.de>:
>> Can't push my changes today. :(
>>
>>> git push -v upstream
>> Pushing to git://git.openembedded.net/openembedded
>> fatal: The remote end hung up unexpectedly
>>
>> Steffen
>>
> 
> Hm.
> I see that every once in a while too when doing a pull. Pulling a
> second time then often works for me, but I guess you tried pushing a
> 2nd time.

A lot more.

And from different machines.

> And there are no new changes for 13 hrs.
> Guess we'll have to wait for the west coast to wake up

;-)




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

* Re: fatal: The remote end hung up unexpectedly
  2010-09-15 11:02 fatal: The remote end hung up unexpectedly Steffen Sledz
  2010-09-15 11:52 ` Frans Meulenbroeks
@ 2010-09-16 10:20 ` Steffen Sledz
  2010-09-16 10:40   ` Paul Menzel
  1 sibling, 1 reply; 7+ messages in thread
From: Steffen Sledz @ 2010-09-16 10:20 UTC (permalink / raw)
  To: openembedded-devel

Am 15.09.2010 13:02, schrieb Steffen Sledz:
> Can't push my changes today. :(
> 
>> git push -v upstream
> Pushing to git://git.openembedded.net/openembedded
> fatal: The remote end hung up unexpectedly

Sorry, my mistake. Local configuration error.

git://git.openembedded.net/openembedded vs. git@git.openembedded.org:openembedded

;-)





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

* Re: fatal: The remote end hung up unexpectedly
  2010-09-16 10:20 ` Steffen Sledz
@ 2010-09-16 10:40   ` Paul Menzel
  2010-09-16 12:12     ` Frans Meulenbroeks
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2010-09-16 10:40 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 826 bytes --]

Am Donnerstag, den 16.09.2010, 12:20 +0200 schrieb Steffen Sledz:
> Am 15.09.2010 13:02, schrieb Steffen Sledz:
> > Can't push my changes today. :(
> > 
> >> git push -v upstream
> > Pushing to git://git.openembedded.net/openembedded
> > fatal: The remote end hung up unexpectedly
> 
> Sorry, my mistake. Local configuration error.
> 
> git://git.openembedded.net/openembedded vs. git@git.openembedded.org:openembedded

I do not have commit access so I have to use

    git://git.openembedded.net/openembedded

which is failing for me.

        $ git remote update
        Fetching origin
        git.openembedded.org[0: 140.211.169.165]: errno=Connection
        refused
        fatal: unable to connect a socket (Connection refused)
        error: Could not fetch origin
        

Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: fatal: The remote end hung up unexpectedly
  2010-09-16 10:40   ` Paul Menzel
@ 2010-09-16 12:12     ` Frans Meulenbroeks
  2010-09-16 16:20       ` Paul Menzel
  0 siblings, 1 reply; 7+ messages in thread
From: Frans Meulenbroeks @ 2010-09-16 12:12 UTC (permalink / raw)
  To: openembedded-devel

2010/9/16 Paul Menzel <paulepanter@users.sourceforge.net>:
> Am Donnerstag, den 16.09.2010, 12:20 +0200 schrieb Steffen Sledz:
>> Am 15.09.2010 13:02, schrieb Steffen Sledz:
>> > Can't push my changes today. :(
>> >
>> >> git push -v upstream
>> > Pushing to git://git.openembedded.net/openembedded
>> > fatal: The remote end hung up unexpectedly
>>
>> Sorry, my mistake. Local configuration error.
>>
>> git://git.openembedded.net/openembedded vs. git@git.openembedded.org:openembedded
>
> I do not have commit access so I have to use
>
>    git://git.openembedded.net/openembedded
>
> which is failing for me.
>

For ro you can also try the repo.or.cz mirror (especially if you are in EU)

Frans



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

* Re: fatal: The remote end hung up unexpectedly
  2010-09-16 12:12     ` Frans Meulenbroeks
@ 2010-09-16 16:20       ` Paul Menzel
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Menzel @ 2010-09-16 16:20 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]

Am Donnerstag, den 16.09.2010, 14:12 +0200 schrieb Frans Meulenbroeks:
> 2010/9/16 Paul Menzel <paulepanter@users.sourceforge.net>:
> > Am Donnerstag, den 16.09.2010, 12:20 +0200 schrieb Steffen Sledz:
> >> Am 15.09.2010 13:02, schrieb Steffen Sledz:
> >> > Can't push my changes today. :(
> >> >
> >> >> git push -v upstream
> >> > Pushing to git://git.openembedded.net/openembedded
> >> > fatal: The remote end hung up unexpectedly
> >>
> >> Sorry, my mistake. Local configuration error.
> >>
> >> git://git.openembedded.net/openembedded vs. git@git.openembedded.org:openembedded
> >
> > I do not have commit access so I have to use
> >
> >    git://git.openembedded.net/openembedded
> >
> > which is failing for me.
> 
> For ro you can also try the repo.or.cz mirror (especially if you are in EU)

It looks like it is not up to date [1]. There are commits missing from
the “master” repository. I guess it has the same problems as I do.


Thanks,

Paul


[1] http://repo.or.cz/w/openembedded.git

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2010-09-16 16:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-15 11:02 fatal: The remote end hung up unexpectedly Steffen Sledz
2010-09-15 11:52 ` Frans Meulenbroeks
2010-09-15 12:00   ` Steffen Sledz
2010-09-16 10:20 ` Steffen Sledz
2010-09-16 10:40   ` Paul Menzel
2010-09-16 12:12     ` Frans Meulenbroeks
2010-09-16 16:20       ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.