Possible Duplicate:
git replacing LF with CRLF
I have a Django project which I would like to collaborate and work on it with my team. I am very new to git and would like to know how to set it up.
I have cd into the project directory and did 'git init'
but when I try staging it with 'git add .', it gives an error 'LF would be replaced by CRLF in crush/admin.py'. What should and I do about it and how do I move forward. Please help.
Thanks.