mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RDCT-1171: correct info about required git setup for cargo
GitOrigin-RevId: c06599b65cbbae185ad4d5528e03ad93fa8d0f55
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2e446a8b2d
commit
f281bac3bb
@@ -1,13 +1,14 @@
|
||||
Known issues:
|
||||
|
||||
1) ... invalid data in index - calculated checksum does not match expected; class=Index (10)
|
||||
TLDR: `git config --local index.skiphash false && git reset --mixed && git update-index --refresh`
|
||||
|
||||
check your feature.manyfiles / index.skiphash (.git/config has correct values)
|
||||
check your feature.manyfiles / index.skiphash
|
||||
|
||||
git v2.40.0 + old version of libgit causes cargo to fail on our repo with index.skiphash set to true
|
||||
git v2.40.0+ causes cargo to fail on our repo with index.skiphash set to true
|
||||
git.manyfiles=true implies index.skiphash=true by default
|
||||
|
||||
libgit2 has merged the fix, but not release it yet
|
||||
libgit2 has merged the fix, but didn't release it yet
|
||||
https://github.com/libgit2/libgit2/issues/6531
|
||||
|
||||
cargo issue
|
||||
|
||||
Reference in New Issue
Block a user