Skip to content

Commit

Permalink
added windows troubleshooting (#827)
Browse files Browse the repository at this point in the history
Co-authored-by: kazet <krzysztof.zajac@cert.pl>
  • Loading branch information
kshitijk4poor and kazet committed Mar 5, 2024
1 parent 991b69f commit d82158c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user-guide/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ If you are using Windows and you see the following message during container buil
this may mean that during clone you configured Git to change newlines from Linux (``\n``) to Windows (``\r\n``). Changing
this setting will fix the problem.

To solve this, run:

.. code-block::
git config --global core.autocrlf input
This command sets Git to convert line endings to LF on checkout but doesn't convert them when committing files.
After setting the configuration, you should re-clone your repository to ensure that the line endings are correct in the files.

Shodan module startup issues
----------------------------

Expand Down

0 comments on commit d82158c

Please sign in to comment.