Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Problem with pushing changes

Mykola Nikishov <mn@xxxxxxxxx> wrote:
> I can't push squashed replacement for http://egit.eclipse.org/r/360
> for couple of hours due to the same reason:
> 
> --8<---------------cut here---------------start------------->8---
> mn@notebook:~/src/egit$ git push --verbose  review
> Pushing to ssh://mn@xxxxxxxxxxxxxxxx:29418/egit.git
> buffer_get_ret: trying to get more bytes 129 than in buffer 63
> buffer_get_string_ret: buffer_get failed
> buffer_get_bignum2_ret: invalid bignum
> key_from_blob: can't read dsa key
> key_read: key_from_blob <hex>
>  failed
> ^C
> --8<---------------cut here---------------end--------------->8---
> 
> On Wed, Mar 17, 2010 at 12:37 PM, Dariusz Luksza
> <dariusz.luksza@xxxxxxxxx> wrote:
> >
> > I can't push my changes to Gerrit. When I've execute:
> >
> > git push -v ssh://dluksza@xxxxxxxxxxxxxxxx:29418/egit.git
> > HEAD:refs/for/master
> >
> > It hangs on:
> >
> > Pushing to ssh://dluksza@xxxxxxxxxxxxxxxx:29418/egit.git

This should be fixed.  I had to restart the server.  I suspect
a file descriptor leak which is translating into resources being
unavailable from local disk when they need to be...

-- 
Shawn.


Back to the top