The warning/error:
warning: CRLF will be replaced by LF in
The file will have its original line endings in your working directory.
If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.
Basically stopping me from using ungit completely in my project until this is fixed.
What is the steps to replicate this issue? And as error suggested, have you tried removing the lock file and continuing if there are no other git processes running on that repo?
Screenshot: http://puu.sh/n9gyr/0216d867c1.png
The warning/error: warning: CRLF will be replaced by LF in
The file will have its original line endings in your working directory.
If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue.
Basically stopping me from using ungit completely in my project until this is fixed.