Another git process seems to be running and thus cant commit
- In windows, change settings to view hidden folders
- Navigate inside .git folder
- Manually delete .lock file
Removing the index.lock
like it was recommended in this answer of another question should solve your problem.
I met this problem recently too.
rm -f ./.git/index.lock
try this commend in your git bash, then you can solve your problem.