problème git clone

Bonjour à tous,

J’ai fait un projet sous symfony et j’utilisais git lors de mon développement. Après avoir refais mon poste, j’ai voulu faire un git clone et là…:

xxxx@apostat /var/www % git clone ssh://git@www.xxxx/home/git/xxxx/ Cloning into xxxx... remote: Counting objects: 48674, done. remote: warning: suboptimal pack - out of memory error: pack-objects died of signal 90300/30329) error: git upload-pack: git-pack-objects died with error. fatal: git upload-pack: aborting due to possible repository corruption on the remote side. remote: aborting due to possible repository corruption on the remote side. fatal: early EOF fatal: index-pack failed zsh: exit 128 git clone ssh://git@www.xxxxx/home/git/xxxxx/

Je cherche désespérément une solution à mon problème mais rien à faire: j’obtiens toujours le même résultat…

Pouvez vous m’aider svp?

D’après ce thread, tu peux tenter ça sur la machine qui héberge le git.

Je te remercie pour ta réponse 2xyo mais j’ai toujours le même problème après lorsque je fais un clone… sauf apparemment au niveau de la mémoire:

xxxx@apostat /var/www % git clone ssh://git@www.xxxx/home/git/xxxx/ Cloning into xxxx... remote: Counting objects: 48674, done. error: pack-objects died of signal 90299/30329) error: git upload-pack: git-pack-objects died with error. fatal: git upload-pack: aborting due to possible repository corruption on the remote side. remote: aborting due to possible repository corruption on the remote side. fatal: early EOF fatal: index-pack failed zsh: exit 128 git clone ssh://git@www.xxxx/home/git/xxxx/