Git bash Error: Could not fork child process: There are no available terminals (-1) -




i have had 8 git bash terminals running @ same time before.

currently have 2 up.

i have not seen error before , not understanding causing it.

any appreciated!

picture attached:

enter image description here

found similar issue , potential solution here: https://groups.google.com/forum/#!topic/git-for-windows/eo27wwvhx64

i'm not sure if guys still having problem this, found simple fix worked me. opened windows command prompt , ran command $ tasklist

it looks though ssh connections had made in git bash shells weren't being closed when windows closed , hanging available git bash shell windows.

this may dangerous solution windows command prompt ran $ taskkill /f /im ssh.exe

everything appears working again after this. may not have directly been issue of orphan processes, worked @ least me. luck!





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -