I\'m trying to upload my repo on github and go through all the steps upto:
git push -u origin master
at that point it gives me the following er
The problem is you are trying to push into new github account using old github account's ssh key, so generate a new SSH key for the new github account using this link https://help.github.com/en/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo and then add it your github account. After this try to push, it works