将一个Node小项目部署在OpenShift上,从Github上Pull的过程中报错:sh: cannot set terminal process group。
因为对shell不太熟悉,Node也是刚学习阶段,不太懂问题出在哪里。
关键代码:
---> Installing application source ...
---> Building your Node application from source
Running post commit hook ...
sh: cannot set terminal process group (-1): Inappropriate ioctl for device
sh: no job control in this shell
具体代码
网上搜索相关问题,没有找到问题相关的信息,特来请教,谢谢!