Git Bash 错误:无法分叉子进程
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39901591/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Git Bash Error: could not fork child process
提问by Harrison Wallace
Git Bash was working fine until today. Now I get the following error upon launch. If I press enter it then closes:
直到今天,Git Bash 都运行良好。现在我在启动时收到以下错误。如果我按回车键然后关闭:
Error: could not fork child process: Resource temporarily unavailable
(-1). DLL rebasing may be required. See 'rebaseall / rebase --help'.
错误:无法分叉子进程:资源暂时不可用
(-1)。可能需要 DLL 变基。请参阅“rebaseall / rebase --help”。
I've tried reinstalling, restarting, installing different versions, nothing seems to help. When googling around, all the similar issues aren't exactly the same and the answers are pretty much latin to me.
我试过重新安装、重新启动、安装不同版本,似乎没有任何帮助。当谷歌搜索时,所有类似的问题并不完全相同,答案对我来说几乎是拉丁语。
Currently running Git version 2.10.1 64 bit on Windows 7. A work computer.
当前在 Windows 7 上运行 Git 版本 2.10.1 64 位。一台工作计算机。
GitBash screenshot
GitBash 截图
回答by darlang
l'm late,your problem caused by window system bit,if you windown system is 32bit please down git for 32bit,64bit system down git 64bit.
我来晚了,你的问题是由window系统位引起的,如果你的windown系统是32位,请关闭git 32位,64位系统关闭git 64位。