bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rebasing topic/libposix


From: Gary V. Vaughan
Subject: Re: rebasing topic/libposix
Date: Sat, 7 May 2011 00:02:28 +0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, May 06, 2011 at 09:07:22AM -0700, Bruce Korb wrote:
> I have forgotten why GIT tends to hang up without telling you why:
> 
> >$ git push
> >fatal: The remote end hung up unexpectedly
> 
> so I haven't pushed the 180 commit merge.....

If memory serves that happens when you make a read-only checkout,
i.e. with a git:// url or otherwise without using your savannah
account name over ssh://, and then try to push a change back.

There is same magic to tell git that the origin has moved to a
new (i.e. ssh://) url if you are prepared to backup, google a bit,
experiment a little, and swear a lot...

Whenever I've done that I always `git format-patch` from the read-
only tree, checkout out a fresh working copy, and then apply the
stack of patches from the broken checkout.

HTH,
-- 
Gary V. Vaughan (gary AT gnu DOT org)

Attachment: pgpmjUTl7c4mK.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]