Description
I'm facing the following issue while trying to clone the repo.
1st Run:
root@raspberrypi:/usr/src# git clone git://github.com/raspberrypi/linux.git kernel
Cloning into 'kernel'...
remote: Counting objects: 2275352, done.
remote: Compressing objects: 100% (354872/354872), done.
remote: Total 2275352 (delta 1901628), reused 2268222 (delta 1898662)
Receiving objects: 100% (2275352/2275352), 465.43 MiB | 358 KiB/s, done.
git: builtin/index-pack.c:600: find_unresolved_deltas: Assertion `child->real_type == OBJ_OFS_DELTA' failed.
error: index-pack died of signal 6
fatal: index-pack failed
2nd Run:
root@raspberrypi:/usr/src# git clone git://github.com/raspberrypi/linux.git kernel
Cloning into 'kernel'...
remote: Counting objects: 2275352, done.
remote: Compressing objects: 100% (354872/354872), done.
Receiving objects: 100% (2275352/2275352), 465.43 MiB | 250 KiB/s, done.
remote: Total 2275352 (delta 1901628), reused 2268222 (delta 1898662)
error: inflate: data stream error (invalid distance too far back)
fatal: serious inflate inconsistency
fatal: index-pack failed
Any Ideas on this guys?