30
在Git中推送提交时出现消息“ src refspec master不匹配”
我用以下方法克隆我的存储库: 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'