At some point you might get this error on any Git operation when working with LFS:
remote: GitLab: LFS objects are missing. Ensure LFS is properly set up or try a manual "git lfs push --all".
If git lfs push --all
doesn’t work, try this:
git lfs fetch --all upstream # or whatever remote you want to update from