<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 08/23/2012 01:25 PM, Roland McGrath wrote:
    <blockquote
      cite="mid:20120823172517.576342C102@topped-with-meat.com"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">I see:

[remote "origin"]
         fetch = +refs/heads/*:refs/remotes/origin/*
         url = git://fedorahosted.org/git/elfutils.git
</pre>
      </blockquote>
      <pre wrap="">                 ^^^^^^^^^^^^^^^^^^^^^^^
</pre>
      <blockquote type="cite">
        <pre wrap="">[branch "master"]
         remote = origin
         merge = refs/heads/master
[url <a class="moz-txt-link-rfc2396E" href="mailto:ssh://jeffkenton@git.fedorahosted.org/">"ssh://jeffkenton@git.fedorahosted.org/"</a>]
         pushinsteadof = git://git.fedorahosted.org/
</pre>
      </blockquote>
      <pre wrap="">                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^

</pre>
      <blockquote type="cite">
        <pre wrap="">Is that OK?
</pre>
      </blockquote>
      <pre wrap="">
The two URL prefixes must match exactly.  Both hostnames resolve to the
same thing, but git.fedorahosted.org is canonical for this use.


Thanks,
Roland
</pre>
    </blockquote>
    <font face="Courier New, Courier, monospace"><br>
      Getting closer:<br>
      <br>
      $ git push -v --progress origin HEAD:master<br>
      Pushing to <a class="moz-txt-link-abbreviated" href="mailto:ssh://jeffkenton@git.fedorahosted.org/git/elfutils.git">ssh://jeffkenton@git.fedorahosted.org/git/elfutils.git</a><br>
      Warning: Permanently added the RSA host key for IP address
      '66.135.62.201' to the list of known hosts.<br>
      Permission denied (publickey).<br>
      fatal: The remote end hung up unexpectedly<br>
      <br>
      But not there yet!<br>
      <br>
      --jeff<br>
      <br>
    </font>
  </body>
</html>