启动Git Bash时遇到问题,不确定我的错误发生在堆栈的什么位置。运行Windows10、Git Bash、ConEmu和Vagrant。
当我通过ConEmu或应用程序直接启动Git Bash时,我收到以下消息:
0 [main] bash 4696 fork: child 528 - died waiting for dll loading, errno 11
bash: fork: retry: No child processes
1263234 [main] bash 4696 fork: child 684 - died waiting for dll loading, errno 11
bash: fork: retry: No child processes
3519490 [main] bash 4696 fork: child 2020 - died waiting for dll loading, errno 11
bash: fork: retry: No child processes
7764494 [main] bash 4696 fork: child 7064 - died waiting for dll loading, errno 11
bash: fork: retry: No child processes
我对Git bash (或者说Bash )的了解还不够多,无法弄清楚到底发生了什么,我能找到的答案都是关于Cygwin的。
发布于 2016-05-17 05:40:32
原来Comodo Antivirus是自动沙盒Git Bash。将Git Bash作为例外添加到沙箱规则解决了我的问题。
希望这能为其他人节省一个小时。
https://stackoverflow.com/questions/37263702
复制相似问题