Closed MarkusGnigler closed 9 months ago
I had a Line endings problem on the current version when i git clone to a windos machine. Error on docker run was exec ./run.sh: no such file or directory
exec ./run.sh: no such file or directory
Maybe it's good to add a fixed ending with git attributes?
.gitattributes
**.sh text eol=lf
Windows is not officially supported in OpenCVE.
I had a Line endings problem on the current version when i git clone to a windos machine. Error on docker run was
exec ./run.sh: no such file or directory
Maybe it's good to add a fixed ending with git attributes?
.gitattributes