<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1"><font face="FreeSerif">Thank</font></font><font
 size="+1"><font face="FreeSerif">s 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.</font></font> <big>My
page on admin.fedoraproject.org list</big><big>s</big><big> 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?<br>
<br>
Best wishes<br>
Nathan<br>
</big> <br>
<br>
On 04/03/10 16:11, John J. McDonough wrote:
<blockquote cite="mid:1267719112.11992.25.camel@Aidan" type="cite">
  <pre wrap="">On Thu, 2010-03-04 at 16:01 +0000, Nathan Thomas wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">However, I'm having problems pushing directly to the git repo: I keep
getting the error message 'fatal: The remote end hung up
unexpectedly'.
    </pre>
  </blockquote>
  <pre wrap="">
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



  </pre>
</blockquote>
</body>
</html>