私は自分のリポジトリをクローンします:
git clone ssh://xxxxx/xx.git
しかし、いくつかのファイルを変更した後add
、commit
それらをサーバーにプッシュしたいと思います。
git add xxx.php
git commit -m "TEST"
git push origin master
しかし、私が返すエラーは次のとおりです。
error: src refspec master does not match any.
error: failed to push some refs to 'ssh://xxxxx.com/project.git'