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]” Susan > On Mar 15, 2016, at 3:45 PM, Susan Cline <[email protected]> wrote: > > I was just trying to set up my local git repo for development. I changed it > to this: > > Susans-MacBook-Pro-247:incubator-quarks susancline$ git remote -v > origin https://github.com/home4slc/incubator-quarks.git (fetch) > origin https://github.com/home4slc/incubator-quarks.git (push) > upstream https://github.com/apache/incubator-quarks.git (fetch) > upstream https://github.com/apache/incubator-quarks.git (push) > > and then I got this problem: > > Username for 'https://github.com': [email protected] > Password for 'https://[email protected]@github.com': > remote: Invalid username or password. > fatal: Authentication failed for > 'https://github.com/home4slc/incubator-quarks.git/' > > After that I went into my github account here: > > https://github.com/home4slc/incubator-quarks > > and modified my password to be what it is in my ~/.netrc file. > > Now things are working and I’ll forge on to a pull request. > > Susan > >> On Mar 15, 2016, at 3:33 PM, Dan Debrunner <[email protected]> wrote: >> >> >> >>> On Tuesday, March 15, 2016 2:49 PM, Susan Cline <[email protected]> >>> wrote: >>>> Hi, >>> >>> I’ve been having a problem getting setup with git-hub. >>> >>> I’m trying to start from scratch making a fork and creating a clone. Here >>> are >>> the commands I’ve attempted so far with no success: >> >> >> What are you trying to do? >> >> Use a local git repo for development or for merging pull-requests? >> >> Dan. >
