Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arturkula/b8b2a45fa7e0817fc2ab92fc53abeee1 to your computer and use it in GitHub Desktop.
Save arturkula/b8b2a45fa7e0817fc2ab92fc53abeee1 to your computer and use it in GitHub Desktop.
should have been pointers, but weren’t
# 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