> Tomasz Torcz schrieb: >> % git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-git >> fatal: packfile '/home/zdzichu/linux-git/.git/objects/pack/tmp-1jI4AH' SHA1 mismatch >> error: git-fetch-pack: unable to read from git-index-pack >> error: git-index-pack died with error code 128 >> fetch-pack from 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git' failed. Ah, I just saw this is a known problem and there's a patch by Matthias Lederhofer, which Junio just accepted, I think (the mail with subject "[PATCH] upload-pack: fix timeout in create_pack_file)" on the git mailing list. The problem is apparently that the server expects you (wrongly) to finish your download session within ten minutes. Until the server is fixed you can use rsync:// for the initial clone and git:// for smaller updates. René - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html