This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add support for Tilera TILE-Gx processor.


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

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

[remote "origin"]
         fetch = +refs/heads/*:refs/remotes/origin/*
         url = ""
                 ^^^^^^^^^^^^^^^^^^^^^^^
[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]