I am getting this error since there are two repositories from two different accounts, How to resolve this !!
- I cloned one project1formAccount-1from github
- I am able to commit and pushed the changes to this Account-1
- I cloned one more project2from a github account but it is different fromaccount-2
- I am able to clone from Account-2
- But I am not able to push to account-2
I get the error as follows:
$ git push origin master
remote: Permission to myAccount/simple-demo.git denied to rahulTcs.
fatal: unable to access 'https://github.com/micheal/simple-demo.git/': The requested URL returned error: 403
 
    
