当前位置:  开发笔记 > 开发工具 > 正文

错误:src refspec master与any匹配.当试图推向Bitbucket回购时

如何解决《错误:srcrefspecmaster与any匹配.当试图推向Bitbucket回购时》经验,为你挑选了1个好方法。

我创建了一个新的回购Bitbucket并遵循规定的非常简单的步骤.首先,我git init在我的本地文件夹中进行版本控制.然后我做了:

git remote add origin https://my_account@bitbucket.org/my_account/my_project.git

那很有效.最后一步是:

git push -u origin master

我获得了以下内容:

error: src refspec master does not match any.
error: failed to push some refs to 'https://my_account@bitbucket.org/my_account/my_project.git'

为什么我会收到此错误?



1> Manh Nguyen..:

如果有人仍然得到这个错误,请尝试git add .git commit -m "init"之前git push origin master.希望这有用.

推荐阅读
Chloemw
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有