Import from an exsiting gitlab with url failed

Hi, i had an old version gitlab server 10.3.5, and a new version gitlab server 12.1.3. When i import project from new version to old version by using url, it always failed, and the application.log has the message like August 08, 2019 13:57: The Lfs import process failed. 5:GetRepoPath: not a git repository '/data/gitlab/git-data/repositories/base/service.git' . When i check the repositories folder, i found that there is only .wiki.git Any help is great, thanks.

1 Like

Hey @iHearty, Iā€™m having the same issue. Just installed a fresh Gitlab 12.6.2-ee and tried to import a project from my previous Giltab 11.10.8 and git the same error.

Have you been able to import your repo ?

You can try the source git repo url with username and password, like http://{username}:{password}@{your repo url without protocol}

1 Like