I\'m trying to push one of my projects to github, and I keep getting this error:
fatal: The current branch master has no upstream branch.
I\'ve
i faced the same problem just tell github to use the current head branch of your local repository:
git push --set-upstream origin master
wish it help you and others