备份文件中的 gitlab 包
gitlab bundle in backup files
我的处境很糟糕。我只有所有存储库的 gitlab 备份文件。真正的回购已经消失/损坏。
我查看了存档并找到了 repo.bundle 个文件。
当我尝试 git bundle verify repo.bundle
时,它显示 "does not look like a v2 bundle file"
有什么建议吗?我能做什么?
如前所述 here on the GitLab Forums,您可以尝试将 .bundle 文件视为 .tar 文件(实际上是)并从生成的裸存储库中克隆。希望对您有所帮助。
我的处境很糟糕。我只有所有存储库的 gitlab 备份文件。真正的回购已经消失/损坏。
我查看了存档并找到了 repo.bundle 个文件。
当我尝试 git bundle verify repo.bundle
时,它显示 "does not look like a v2 bundle file"
有什么建议吗?我能做什么?
如前所述 here on the GitLab Forums,您可以尝试将 .bundle 文件视为 .tar 文件(实际上是)并从生成的裸存储库中克隆。希望对您有所帮助。