I created a repository in my git hub account and came to git bash and Pasted the command:
git remote add origin https://github.com/ShreeramNew/RepositoryNow.git
git push -u origin master
And I got this Response
remote: Permission to ShreeramNew/RepositoryNow.git denied to ShreeramNew.
fatal: unable to access 'https://github.com/ShreeramNew/RepositoryNow.git/':
The requested URL returned error: 403
My account is Public.
I went to Credential manager, where only the default 'virtualapp/didlogical' credential was present.
Please help me to solve this.