My git seems to be stuck. I was trying to start pushing my project onto GitHub.
I have done the following:
git init
git add .
When doing git add .
I was getting a non stop message running saying:
warning: LF will be replaced by CRLF.
for all my files.
I saw an article online that said to do, which I did :
git config ---global core.autocrlf false
I then tried to do git add .
again and it is completely stuck.
Upon doing git status
I get a number of untracked files.
Any idea of what this error is?