Git push origin master
Posted
by user306472
on Stack Overflow
See other posts from Stack Overflow
or by user306472
Published on 2010-04-13T04:03:39Z
Indexed on
2010/04/13
4:12 UTC
Read the original article
Hit count: 346
I posted this question early yesterday, but the thread seems to have died out. For reference, see http://stackoverflow.com/questions/2619117/git-push-origin-master .
Here's the low-down:
I'm new to git. I just set up an account with github and I followed all their instructions flawlessly until I got to the last command of git push origin master
Upon entering this command, I get the error message "fatal: No path specified. See 'man git-pull' for valid url syntax." If I type in git origin show
the output I see is origin
. If I type in git remote -n show
the output is * remote origin URL: [email protected]: HEAD branch: (not queried) Local ref configured for 'git push' (status not queried): (matching) pushes to (matching)
Please help me get to the bottom of this.
© Stack Overflow or respective owner