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