I'm new to git. I'm want to push a large commit to a remote server but the problem is when I use
git push origin master
it return the error
Counting objects: 5009, done.
Delta compression using up to 16 threads.
fatal: unable to create thread: Resource temporarily unavailable
error: pack-objects died with strange error
So is there anyway I can set the max thread use for Delta Compression.
Thanks for help,
Yuan Chen