I have two git hub accounts. I am Windows user and I use git bash as the client.I am working on a project. I can push my project to first github account. But when I try to push second one it says there is no permission.
$ git push -u origin master
remote: Permission to <secondUser>/<repo>.git denied to <firstUser>.
fatal: unable to access 'https://github.com/<secondUser>/<repo>.git/': The requested URL returned error: 403
Can any one suggest a way to push the project to second account.