Git Missing Commit error -
we changed location of repository, , discovered months-old commit missing files. old server had git on down, there no chance of recovering commit there.
here's error get:
$ git fsck --full
broken link commit 58ba71d080b1814420bce09c4e505b323fd9cb58
commit a2e2bde363032b7609616a3152fe048cc5c83715
missing commit a2e2bde363032b7609616a3152fe048cc5c83715
is there can done fix this? thank you!
every clone has full history worked on project since commit published should have on computer. inside anyone's working directory commit add it's packs , objects (content of .git/objects
directory) broken repository (only files don't exist), fsck again , repack.
it's not possible reconstruct object if don't find anywhere.
Comments
Post a Comment