When I attempt to do a git clone on my git repository I get the following error:
error: cache entry has null sha1: .chef/credentials
fatal: unable to write new index file
My clone fails and the local directory is empty. When I navigate to the source -> .chef directory on bitbucket UI I see the following:
credentials → 000000000000 [000000000000]
I think this is an artifact of a symbolic link, but somehow this was successfully checked in and has created some sort of bad index sha value.
Any way to fix this?