404 error on lfs objects (migrated repository from github)

Hey folks,

I migrated a repository from github. when cloning I get the following error. Can you help me to migrate the repo successfully to gitlab? Can I verfiy existing repositories?

“Error downloading object: XXXX.pdf (c15b558): Smudge error: Error downloading XXXX.pdf (c15b5586b4aa6d30eb14501271bb5736a6cd5bf409a66d96641fb60d4f1e9487): [c15b5586b4aa6d30eb14501271bb5736a6cd5bf409a66d96641fb60d4f1e9487] Object does not exist on the server or you don’t have permissions to access it: [404] Object does not exist on the server or you don’t have permissions to access it”

Did you follow the steps listed here?
https://help.github.com/en/enterprise/2.13/admin/installation/migrating-to-a-different-git-large-file-storage-server

yes, I uploaded all lfs objects via “git lfs push --all origin master” (made gitlab to the new origin), but still getting this issue. is there a command to check all my repositories if all lfs files exist?

and how can i solve this specific issue?

1 Like

I ran into the same problem. We use the Bitbucket repository with Gitlab CI. Manual “git lfs push --all origin master” helps, but I would not want to do this all the time.