I\'m trying to push my project (all files in a new repository). I follow the steps but when I push with git push -u origin master I get this error:
git push -u origin master
The only i was able to resolve this issue was to delete the local and git repo and create the same again at both ends. Works fine for now.