Today while I was playing around with git, I found my self unable to push anything to my newly created repository. This is the error that I got:
$ git push No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master'. error: failed to push some refs to 'git@github.com:elleestcrimi/coffee.git'
After Googling around for a few minutes I found the solution! Which is dreadfully simple! All you have to do is this:
$ git push origin master