ERROR -> Grit::Git::GitTimeout
Created by: sinaci
I have successfully installed GitLab with this manual: https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md
Everything is allright except the web edit functionality. When I try to edit a file from the web interface, write the commit message and hit to Commit Changes button; it waits for a while (10 seconds?) and says "your changes could not be committed because the file has been changed". The only error log I can see is "ERROR -> Grit::Git::GitTimeout" from githost.log.
I have tried to increase the timeout from gitlab.yml, but it did not work.
I have had a look at all related issues (204, 205, 815), but I could not find a solution.