1, 在dos窗口中输入tasklist 查看 git-bash.exe进程,找到对应的进程号PID,如图:git-bash.exe的进程号为:6444

2,tasklist|findstr 6444是找到进程号对应的进程

3,taskkill /pid 6444 -t -f 是终止相应进程号为6444的命令,终止后,即可打开git bash 终端

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

相关文章:

  • 2021-07-23
  • 2022-01-17
  • 2021-11-03
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2021-08-25
  • 2021-06-09
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
相关资源
相似解决方案