我正在尝试使用 cvs2git 将 CVS 存储库迁移到 Git。不幸的是,我的 cvs repo 有许多带有正则表达式的分支。在执行 git fast import(unix) 时,它会报告以下错误
fatal: Branch name doesn't conform to GIT standards: refs/tags/Release21_3_4_0_0_3_7_10[3_8_4_3]
fast-import: dumping crash report to .git/fast_import_crash_27083
我试图删除这些标签,但没有运气。我认为这是整个历史。我也无法单独导入 HEAD。
我该如何解决这个问题?