scancode.io
scancode.io copied to clipboard
A Note for Windows users to set git autocrlf = false before cloning the repo to avoid issues like #518 .
Git automatically converts LF to CR LF while cloning a repository. This was leading to CR LF errors in windows such as issue https://github.com/nexB/scancode.io/issues/518. This error can be avoided altogether by just setting git's autocrlf to false.
Signed-off-by: 35C4n0r [email protected]