So after making a commit to my repo friday I have come in this morning to have this error when doing a git status
error: object file .git/objects/7f/01a815152d84c99ebdffcb048b612a8a4959d2 is empty
fatal: loose object 7f01a815152d84c99ebdffcb048b612a8a4959d2 (stored in .git/objects/7f/01a815152d84c99ebdffcb048b612a8a4959d2) is corrupt
Whats weird is i cloned this on another machine on Saturday and it was fine, even pushed new changes to it. My question is why do i get this error message? what causes it? Its happening on a frequent basis now on a number of projects and I would like to find the root cause
Has anyone had any experience with this type of error?
Thanks