症状:git pushを実行するとエラーになった。
◆解決策
https://techhelpnotes.com/git-push-fatal-unable-to-create-thread-resource-temporarily-unavailable/
◆エラーログらしきもの
Delta compression using up to 64 threads.
fatal: unable to create thread: Resource temporarily unavailable
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: write error: Bad file descriptor
こういった状態だったので、これを解決するために
git側の圧縮するスレッドを1に設定した。