Git errors, cannot spawn/unable to fork off index-pack

709 Views Asked by At

I'm getting these two errors when trying to clone my repo via SSH.

remote: Counting objects: 304517, done.
remote: Compressing objects: 100% (97849/97849), done.
error: cannot spawn git: No error
fatal: fetch-pack: unable to fork off index-pack

I've installed 2 versions of Git, same issue. Tried cloning to different folder, same issue. Tried cloning to different folder on different drive, same issue.

When trying to clone via https:

Any ideas?

0

There are 0 best solutions below