Thanks.. now I got past that error, but it is still not working on this part:

git fetch mirror pull/29/head:pr-29
fatal: Couldn't find remote ref pull/29/head

$ git remote -v
mirror  [email protected]:apache/incubator-quarks.git (fetch)
mirror  [email protected]:apache/incubator-quarks.git (push)
origin  https://git-wip-us.apache.org/repos/asf/incubator-quarks.git (fetch)
origin  https://git-wip-us.apache.org/repos/asf/incubator-quarks.git (push)

Susan
> On Mar 15, 2016, at 4:48 PM, Katherine Marsden <[email protected]> wrote:
> 
> On 3/15/2016 4:07 PM, Susan Cline wrote:
>> Now I am trying to do a merge for a pull-request, following the information 
>> posted here:
>> 
>> http://mail-archives.apache.org/mod_mbox/incubator-quarks-dev/201603.mbox/%[email protected]%3e
>> 
>> I did this:
>> 
>> mkdir git_wip_apache
>> git clone https://git-wip-us.apache.org/repos/asf/incubator-quarks.git
>> git remote add mirror [email protected]:apache/incubator-quarks.git
>> git fetch mirror pull/29/head:pr-29
>> Permission denied (publickey).
>> fatal: Could not read from remote repository.
>> 
>> Please make sure you have the correct access rights
>> and the repository exists.
>> 
>> The error is mentioning something about the keys, I did do this earlier 
>> today:
>> 
>>  eval "$(ssh-agent -s)"
>>  ssh-add ~/.ssh/id_rsa
>>  ssh-keygen -t rsa -b 4096 -C "[email protected]”
> I had to put the contents of ~/.ssh/id_rsa.pub in the ssh keys section of my 
> github settings to get past the publickey error.
> 
> HTH
> 
> Kathey

Reply via email to