I\'ve been using github from a relatively short period, and I\'ve always used the client to perform commits and pulls. I decided to try it from the git bash yesterday, and I
Try using
git push --set-upstream origin
Otherwise
use
git push -u
will tell you what needs to be done.