I'm trying to do a git pull (with no arguments) from the remote repository from which my local repository was originally cloned. I get remote: Counting objects: 1272, done. remote: Compressing objects: 100% (897/897), done. remote: Total 1127 (delta 588), reused 404 (delta 218) Receiving objects: 100% (1127/1127), 1.18 MiB | 45 KiB/s, done. fatal: cannot pread pack file: No such file or directory fatal: index-pack failed Does anyone know what causes this and how to recover from it if that is possible? Deleting my local repository and re-cloning makes the problem go away for a few months and several pulls and commits, but eventually it reappears and once reappeared is reproducible. Other users of the same remote repository don't see this problem. I'm running under SUSE 11.1 Linux 2.6.27.39-0.2-default #1 SMP 2009-11-23 12:57:38 +0100 x86_64 x86_64 x86_64 GNU/Linux using git version 1.6.0.2, which is the latest built release for SUSE 11.1. I have a copy of the local repository, but the remote repository will probably have changed by the time anyone responds to this. Richard Parkins -- To unsubscribe from this list: 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