Skip to content

Help recovering my project #5659

Answered by bk2204
barodapride asked this question in Q&A
Feb 26, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

You should be able to do a git lfs checkout to convert those into regular files. However, first, you need to run git lfs install, because git lfs checkout won't work if you haven't or if you've run git lfs uninstall, and it won't push the large files to the remote in that case, either.

The way Git LFS works is that it converts the files you tell it to into pointer files like you see there, and the large files are stored outside of the repository and pushed before the regular Git objects.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@barodapride
Comment options

@bk2204
Comment options

Answer selected by barodapride
@barodapride
Comment options

@bk2204
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants