我已经从我的 repo 中创建了一个 git 包,我正在尝试将它导入到 gitlab。我已经通过 curl 命令尝试了 API,这给了我错误Error importing repository into root/api-project - No such file or directory @ rb_sysopen - [FILTERED]
,我尝试使用 gitlab-rake,当我添加 --trace 时,唯一的输出是
** Invoke gitlab:import:repos (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute gitlab:import:repos
有没有更好的方法将 git bundle(.bundle 文件)导入 gitlab?如果没有,那么我该怎么做才能修复导入或至少从 gitlab-rake 命令获得更好的输出日志?