After cloning git repository to directory "hggit" and setting the remote origin with
mbm:hggit my name$ git remote add origin [email protected]:"mystringhere" After editing files I committed the changes (while located in a sub-dir) with
mbm:handelgroup michaelmausler$ git commit -m "first commit" [master 5a29bc8] first commit 1 files changed, 2 insertions(+), 2 deletions(-) I then attempted to push file changes and received the following error
mbm:hggit myname$ git push origin master error: src refspec master does not match any. error: failed to push some refs to '[email protected]:"mystringhere"'