git-bash问题

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————————————-

    原文作者:lovely Rui
    原文地址: https://zhuanlan.zhihu.com/p/43630418
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞