FS#42573 - [git] cannot clone big repos
Attached to Project:
Arch Linux
Opened by Aditya Amirullah (tioammar) - Monday, 27 October 2014, 11:36 GMT
Last edited by Dan McGee (toofishes) - Thursday, 11 June 2015, 15:37 GMT
Opened by Aditya Amirullah (tioammar) - Monday, 27 October 2014, 11:36 GMT
Last edited by Dan McGee (toofishes) - Thursday, 11 June 2015, 15:37 GMT
|
Details
Description: Cannot clone big repo on my Arch. Error
messages:
git clone https://android.googlesource.com/kernel/msm Cloning into 'msm'... remote: Sending approximately 956.48 MiB ... remote: Counting objects: 79875, done remote: Finding sources: 100% (3607025/3607025) remote: Total 3607025 (delta 2959243), reused 3605908 (delta 2959243) Receiving objects: 100% (3607025/3607025), 1015.38 MiB | 151.00 KiB/s, done. error: inflate: data stream error (incorrect data check) fatal: serious inflate inconsistency fatal: index-pack failed Additional info: * Git version 2.1.2 |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 11 June 2015, 15:37 GMT
Reason for closing: Won't fix
Additional comments about closing: This is not some Arch-specific issue, unless I am reading the ticket wrong. I'm also not sure if it is even still an issue.
Thursday, 11 June 2015, 15:37 GMT
Reason for closing: Won't fix
Additional comments about closing: This is not some Arch-specific issue, unless I am reading the ticket wrong. I'm also not sure if it is even still an issue.
Comment by
Dave Reisner (falconindy) - Monday,
27 October 2014, 13:46 GMT
Works for me. Did you run out of disk space? Why do you think this
is specific to large repos? Do you have examples of other large
repos which fail as well?
Comment by Doug Newgard (Scimmia) -
Monday, 27 October 2014, 14:21 GMT
Does it happen on other repos? Or just cloning this one again? The
error points to something corrupt in the transfer. I'll test it on
a large repo I use.
Comment by
Bartłomiej Piotrowski (Barthalion)
- Monday, 27 October 2014, 14:34 GMT
I have had no problems cloning the repository mentioned in the
report.
Comment by
Aditya Amirullah (tioammar) -
Monday, 27 October 2014, 16:27 GMT
Yes.. This and some other android kernel repo from github and
google's git server... I have some other small project on my own
but it's okay (push and clone), no error.. First i believe there's
something to do with the wrong clock on my arch, but even after i
fixed it, it still error... Thanks for the respon..
Comment by Doug Newgard (Scimmia) -
Tuesday, 28 October 2014, 00:04 GMT
Works fine for me on the given repo and another one. Working for
the two other people who responded. I'm betting this is a
connection problem.
Comment by
Aditya Amirullah (tioammar) -
Tuesday, 28 October 2014, 01:58 GMT
But if this is a connection problem, why it always happen at 100%?
Still so many spaces on my disk. Clone another small repo is okay.
Could you tell me your git version, and if you can, the
dependencies?