I've created a git bundle out of my repo and I'm trying to import it to gitlab. I've tried the API via curl command which gives me the error Error importing repository into root/api-project - No such file or directory @ rb_sysopen - [FILTERED]
and I've tried using the gitlab-rake and when I add --trace the only output is
** Invoke gitlab:import:repos (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute gitlab:import:repos
Is there a better way to import a git bundle (.bundle file) into gitlab? And if not then what can I do to fix the import or at least get a better output log from the gitlab-rake command?
2020: Instead of using a git bundle, you could follow "Import your project from GitHub to GitLab" and use the GitHub importer (GitLab 10.2 and more)
See GitLab 16.2 (July 2023)