Thanks for the reply - you were right about the git:// vs. ssh:// thing, but even after fixing that I still get a 'Permission denied (publickey)' error. My page on admin.fedoraproject.org lists my User Guide Git Commit Group status as 'approved'. I'm happy to continue submitting patches by email, as suggested by Paul - should I send them to the docs list?

Best wishes
Nathan
 

On 04/03/10 16:11, John J. McDonough wrote:
On Thu, 2010-03-04 at 16:01 +0000, Nathan Thomas wrote:

  
However, I'm having problems pushing directly to the git repo: I keep
getting the error message 'fatal: The remote end hung up
unexpectedly'.
    
Nathan

There seem to be a hundred ways to get that message, but one popular one
is to have done your initial clone with git:// instead of ssh://

You can tweak your .git/config by making sure you have:

[remote "origin"]
	url = ssh://fedorahosted.org/git/docs ... rest of the path


--McD