Настройка git fatal: unable to create thread: Resource temporarily unavailable

Если у вас ошибка git типа таких, вам поможет следующие настройки

Counting objects: 43846, done.

Delta compression using up to 56 threads.

fatal: unable to create thread: Resource temporarily unavailable

fatal: The remote end hung up unexpectedly

fatal: The remote end hung up unexpectedly

error: failed to push some refs to ‘https://ИМЯ@bitbucket.org/ИМЯ/ИМЯПРОЕКТА’

fatal: write error: Bad file descriptor

 

git config —global pack.windowMemory «100m»
git config —global pack.packSizeLimit «100m»
git config —global pack.threads «1»

Настройка git fatal: unable to create thread: Resource temporarily unavailable