I'm migrating a repository from one origin to another. After updating my remote urls, and running git push
, I get the error "GitLab: LFS objects are missing."
I would like to delete any trace of LFS in my repository.
I've tried:
https://stackoverflow.com/a/48699726/472966
I've tried git lfs uninstall
and deleting the .git/lfs
directory.
No matter what, every time I push, I get an LFS error. How can I wipe out every trace of git lfs
from my repository (including in all history).