Enumerating objects: 2468, done.
Counting objects: 100% (2468/2468), done.
Delta compression using up to 64 threads
fatal: unable to create thread: Resource temporarily unavailable
error: remote unpack failed: eof before pack header was fully read
solution
git config --global pack.windowMemory "100m"
git config --global pack.packSizeLimit "100m"
git config --global pack.threads "1"
0 Comments
Post a Comment