The process of setting up a GitHub account works just fine but it doesn\'t work when I try pushing my repository to GitHub. The error message it shows is as follows:
In my case I had misspelled something when manually adding the remote origin with git remote add origin ....
git remote add origin ...
It's worth checking your remote is correct with git remote -v
git remote -v