When the first initial push to the new repository it often yield the error:
No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master'. fatal: The remote end hung up unexpectedly
Run following command to resolve it
git push origin master
