I\'m trying out git for the first time and am trying to follow instructions supplied by github. However, I seem to be failing on the last step. The following steps are provide
Sometimes, you may reinitialize the connection to github by just running push command again:
git push -u origin master
It seems to have worked !