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

后端 未结 28 2183
抹茶落季
抹茶落季 2020-12-12 12:17

I have had up to 8 git bash terminals running at the same time before.

Currently I have only 2 up.

I have not seen this error before and I am not understand

28条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-12 12:49

    This happens when you exit git bash without terminating existing process. Just try and kill those processes that you started from git bash. I was running node process inside git bash, so I killed all node processes Steps to kill

    1. Open Task Manager
    2. Goto Details Tab
    3. Look for node.exe(you look for you processes)
    4. Kill it each and every node process
    5. Open Git Bash again

提交回复
热议问题