Forked from arturkula/should have been pointers, but weren’t.ps1
Created
January 26, 2026 16:17
-
-
Save JeffJacobson/bf849ff00a65826a8b5430181e69e385 to your computer and use it in GitHub Desktop.
should have been pointers, but weren’t
This file contains hidden or 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