cat ../blob.dat ../dump.dat | git fast-import
fatal: Branch name doesn't conform to GIT standards: refs/tags/?
fast-import: dumping crash report to .git/fast_import_crash_28075
After solving many issues got blocked due to above error while converting cvs repo into git by using cvs2git.
The error which is related to refs/tags/? but couldn't be find out the specific tag names which is causing problem.
does anyone have any clue or how to solve this error?