gitリポジトリをディレクトリ「hggit」に複製し、リモートオリジンを設定した後
mbm:hggit my name$ git remote add origin git@code.getpantheon.com:"mystringhere"
ファイルを編集した後、(サブディレクトリにある間に)変更をコミットしました
mbm:handelgroup michaelmausler$ git commit -m "first commit"
[master 5a29bc8] first commit
1 files changed, 2 insertions(+), 2 deletions(-)
次に、ファイルの変更をプッシュしようとしたところ、次のエラーが表示されました
mbm:hggit myname$ git push origin master
error: src refspec master does not match any.
error: failed to push some refs to 'git@code.getpantheon.com:"mystringhere"'