如何使用历史迁移 git 到 gitlab 迁移(现有分支和标签)

how to migrate git to gitlab migration with history (existing branches and tags)

我设置了新的 GitLab 服务器,我想将我的 git 存储库迁移到 gitlab 服务器。我按照以下步骤操作,但出现错误。

git clone --mirror Git repo URL  
git remote add NEW-REMOTE Git Lab repo URL  
git push  NEW-REMOTE --mirror 

终于通过了错误

remote: fatal: Error in object

error: pack-objects died of signal 13

如有任何帮助,我们将不胜感激。

我相信 gitlab 在界面中内置了自己的 git 导入工具。创建新项目时,您可以使用它导入现有的 git 存储库。任何历史和分支都将包括在内。

截图: