When I'm trying to commit my work from inside sublime it gives me the following message:
fatal: Unable to create 'my_project_path/.git/index.lock': File exists.
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.
I checked that but the index.lock is not exists at all! and when I commit in terminal everything is good.
any ideas?