Skip to content

'git lfs fetch' found 1 object, what does it mean? #5123

Answered by bk2204
TripleCamera asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,

In order to find how many objects need to be fetched, Git LFS walks the history. "1 object found" means that it walked the history and found a single LFS pointer file. The reason you're probably seeing this message is that an empty file is its own pointer, and thus it will report a single object if you have an empty file in your repository. However, it won't actually download anything because it doesn't need to in that case.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TripleCamera
Comment options

Answer selected by TripleCamera
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