我正在尝试运行一个 shell 脚本,让我们在我的 Windows 从机上调用它 fml.sh。
我已经安装了msys。我可以通过以下调用从 cmd 运行脚本。
C:\msys\1.0\bin\sh.exe -e -x "C:\path\to\fml.sh"
现在,在我的构建预构建代码中,我从 hudson 中运行同一行,我得到以下响应。
AllocationBase 0x71590000, BaseAddress 0x715B0000, RegionSize 0x38000, State 0x1000
C:\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 487
我的心很乱,也很烦恼。
有没有其他人知道从哈德逊内部在 Windows 从站上运行脚本的方法。
同样的事情也发生在 bash.exe 上。
谢谢,麻烦您了。