FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.45k stars 640 forks source link

Line ending warning stopping the user from committing changes through ungit #704

Open coty-crg opened 8 years ago

coty-crg commented 8 years ago

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.

jung-kim commented 8 years ago

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?