git push fatal: unable to create thread: Resource temporarily unavailable
git config --global pack.windowMemory "100m"
git config --global pack.packSizeLimit "100m"
git config --global pack.threads "1"Setting pack.threads "10" fixed it for me
code type:
Taken from:
https://stackoverflow.com/questions/9905257/git-push-fatal-unable-to-create-thread-resource-temporarily-unavailable#:~:text=The%20error%3A%20%22fatal%3A%20unable,general%2C%20or%20just%20for%20that
