Error: Could not fork child process: There are no available terminals (-1).
解决方法:
在cmd窗口中输入
tasklist 查看 git-bash.exe进程
找到进程号对应的进程
tasklist|findstr 进程号
终止相应进程号为19068的命令
taskkill /pid 19068 -t -f
————————————-end————————————-
Error: Could not fork child process: There are no available terminals (-1).
解决方法:
在cmd窗口中输入
tasklist 查看 git-bash.exe进程
找到进程号对应的进程
tasklist|findstr 进程号
终止相应进程号为19068的命令
taskkill /pid 19068 -t -f
————————————-end————————————-