我收到/bin/bash^M: bad interpreter: No such file or directory
,我知道有很多帖子,如下所示:
/bin/sh^M: bad interpreter: No such file or directory
https://askubuntu.com/questions/304999/not-able-to-execute-a-sh-file-bin-bashm-bad-interpreter
How to change line-ending settings
https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
我正在开发Windows机器,并尝试在Linux机器上运行。
我尝试了以下方法:
git config --global core.autocrlf true
在intellij终端中
在intellij屏幕的右下角设置LF
仍然出现相同的错误。 我很抱歉重新发布,找不到其他修复程序了吗?
GIT:https://github.com/BillyCharter87/Tech-O-Dex-API/blob/master/scripts/runapp.sh 谢谢
答案 0 :(得分:2)
您可以在Linux中使用vi
,touch
,nano
创建脚本文件,而不在Windows中创建文件。