On 08/23/2012 01:25 PM, Roland McGrath wrote:
I see:

[remote "origin"]
         fetch = +refs/heads/*:refs/remotes/origin/*
         url = git://fedorahosted.org/git/elfutils.git
                 ^^^^^^^^^^^^^^^^^^^^^^^
[branch "master"]
         remote = origin
         merge = refs/heads/master
[url "ssh://jeffkenton@git.fedorahosted.org/"]
         pushinsteadof = git://git.fedorahosted.org/
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Is that OK?
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

Getting closer:

$ git push -v --progress origin HEAD:master
Pushing to ssh://jeffkenton@git.fedorahosted.org/git/elfutils.git
Warning: Permanently added the RSA host key for IP address '66.135.62.201' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

But not there yet!

--jeff