Created
November 30, 2022 08:47
-
-
Save arturkula/b8b2a45fa7e0817fc2ab92fc53abeee1 to your computer and use it in GitHub Desktop.
should have been pointers, but weren’t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Try the following command sequence: | |
git lfs uninstall | |
git reset --hard | |
git lfs install | |
git lfs pull | |
# In case if this is not working (because this was not working for me), the following hack may work: | |
git rm --cached -r . | |
git reset --hard | |
git rm .gitattributes | |
git reset . | |
git checkout . | |
# More info: https://maksymkotov.com/blog/encountered-3-files-that-should-have-been-pointers-but-werent/ | |
# More info: https://stackoverflow.com/a/54804224/4758602 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment