回答

收藏

在 Git 中推送提交时消息“src refspec master does not match any”

技术问答 技术问答 197 人阅读 | 0 人回复 | 2023-09-12

我克隆我的仓库:
6 _! [/ T8 e* U4 s. [( r/ Ygit clone ssh://xxxxx/xx.git 但是我改变了一些文件和文件add它们commit之后,我想把它们推到服务器上:
1 j' {$ ^0 K3 M* q$ n& k; dgit add xxx.phpgit commit -m "TEST"git push origin master但我回来的错误是:: ?( C9 l0 f( `
    error: src refspec master does not match any.  error: failed to push some refs to 'ssh://xxxxx.com/project.git'
    - ~5 R! X* q6 ~0 a
               
9 q/ W7 y- K3 f' J, ^1 ?, k7 R    解决方案:                                                                1 q9 E0 G% [4 E+ e! l- q
                                                                也许你只需要承诺。当我这样做的时候,我遇到了这个:
2 B  \6 u. z3 H8 H& Qmkdir repo && cd repogit remote add origin /path/to/origin.gitgit add .哎呀!从未承诺!
& s8 n7 b- [- K0 o& Jgit push -u origin mastererror: src refspec master does not match any.我要做的是:
( [6 v6 s3 j& J, y9 T- R* Rgit commit -m "initial commit"git push origin master成功!
分享到:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则