We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using git 2.43 and have seen this error when creating a PR
> spr diff -m update --cherry-pick --update-message 🛑 invalid data in index - calculated checksum does not match expected; class=Index (10)
I assume it's related to libgit2/libgit2#6738 and it looks like upgrading libgit2 to 1.8.0 should fix the problem.
The text was updated successfully, but these errors were encountered:
Btw, setting git config --global feature.manyFiles false works around the issue.
git config --global feature.manyFiles false
Sorry, something went wrong.
On ubuntu 20 git 2.47.1, spr diff by itself will throw the same error message.
spr diff
Workaround posted above doesn't fix it for me :/
Maybe I messed up somewhere but rerunning the workaround a second time did do it for me
No branches or pull requests
I am using git 2.43 and have seen this error when creating a PR
I assume it's related to libgit2/libgit2#6738 and it looks like upgrading libgit2 to 1.8.0 should fix the problem.
The text was updated successfully, but these errors were encountered: