我试图使用dump.dat文件运行git快速导入,但得到了一个错误,比如未声明致命标记。
--export-marks=../git-tmp/git-marks1.dat<../dump.dat @linuxbuild linux.git# git快速-导入致命: :6885未声明快速导入:倾倒崩溃报告给fast_import_crash_27128
有人能帮我解决这个错误吗?
发布于 2019-01-10 23:49:25
您应该使用--import-marks (而不是export)吗?
请参阅CVS2GIT- Conversion: Error "mark ... not declared" when running git fast-import
https://stackoverflow.com/questions/50673753
复制相似问题