1. I set up git.exe and gitk files' pathes.
2. I specified git repository.
3. My files became green coloured. After editing some of them became purple coloured.
Problem #1:
If I'm selecting any modified file and choose 'Git show file diff' from context menu I get messagebox with error:

Problem #2:
When I want to commit I got a message that I have no modified files, but Git console correctly shows what will be commited and what files are changed.

P.S. Now when I just restarted CodeLite Commits work, but #1 Problem is active. Check for Problem #2 is it still possible and fix Problem #1 (I think here is some path passed as arguments problem). Maybe here is my own fault - please tell me about it.