You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
在Linux环境下
如果运行安装和启动脚本,会显示 /usr/bin/env: ‘/usr/bin/sh\r’: No such file or directory
经查询得知:这是由于脚本是用Windows风格换行符导致的错误
在Windows环境下,换行符为\r\n,在Linux环境下,换行符为\n
在使用脚本中,由于使用了Windows风格的换行符,导致Linux无法识别\r