You have to tell git which branch you want to pull from the “origin” remote repos.
I guess you want the default branch (master) so git pull origin master should fix your problem.
See git help branch, git help pull and git help fetch for more informations.