Peng Yu wrote:
> > would you care to submit a patch?
> 
> I have finished relpath.c. When I push it (after commit), I get the
> following error. I'm new to git. Does anybody know what the problem
> is? And how to get my patch to the central git repository?
> 
> ~/coreutils$ git push
> fatal: The remote end hung up unexpectedly

The public git repository is read-only.  You cannot push to it.
Instead you track it as an upstream source and generate your diffs
from it.  Post the diffs to this mailing list for review.

Bob

Reply via email to