I clone my repository with:
(我用以下方法克隆我的存储库:)
git clone ssh://xxxxx/xx.git
But after I change some files and add
and commit
them, I want to push them to the server:
(但是,在我更改了一些文件并add
并commit
它们之后,我想将它们推送到服务器:)
git add xxx.php
git commit -m "TEST"
git push origin master
But the error I get back is:
(但是我得到的错误是:)
error: src refspec master does not match any.
error: failed to push some refs to 'ssh://xxxxx.com/project.git'
ask by sinoohe translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…