scancode.io icon indicating copy to clipboard operation
scancode.io copied to clipboard

A Note for Windows users to set git autocrlf = false before cloning the repo to avoid issues like #518 .

Open 35C4n0r opened this issue 3 years ago • 0 comments

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]

35C4n0r avatar Sep 30 '22 13:09 35C4n0r