我使用 cvs2git 将 cvs repo 转换为 git。这个项目/repo 有多个分支和标签。无论如何,我能够(没有收到任何错误消息)将此 cvs 存储库转换为 git。但是当我将 git 项目推送到 github 时,我收到了这个错误。我想可能是我把它推给大师,但我有多个分支。如果是这样,我怎样才能将多个分支推送到 github?谢谢!
这是我运行的命令:
git remote add origin https://github.com/mygithub/MyProject.git
git push -u origin master
Complete Error:
error: src refspec master does not match any.
error: failed to push some refs to 'https://github.com/mygithub/MyProject.git'.