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.

Reply via email to