So I am kinda new to git and github and wanted to push a project on github. However, when I add files
git add .
it gives a super long message that does not seem to end
warning: LF will be replaced by CRLF in Lib/site-packages/Django-3.0.3.dist-info/AUTHORS.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Lib/site-packages/Django-3.0.3.dist-info/INSTALLER.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Lib/site-packages/Django-3.0.3.dist-info/LICENSE.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Lib/site-packages/Django-3.0.3.dist-info/LICENSE.python.
This keeps going on, where am I wrong?