Permission and error error 403 in Git push

4

I'm trying to push my repository, however, git always gives me this error:

  

remote: Permission to danielswater / social.git denied to MichelleG-.   fatal: unable to access ' link ': The requested URL returned error: 403

I do not know what to do, in gitconfig, this user "MichelleG" does not appear. I already tried to git config --global user.name , but none of that worked. Would anyone know how to solve this?

Note: I'm using Git on Windows

    
asked by anonymous 12.01.2017 / 14:16

1 answer

3

Problem solved. For this, I have edited the Github credentials in Windows.

If you are on Windows 7, you can go this way:

Control Panel \ User Accounts and Family Safety \ Credential Manager

At the end, you will find the item "Generic Credentials" with the Github or Gitbucket link or the two Ai you just have to click on the little box and edit the username and password.

    
14.01.2017 / 12:31