I have recently set up Gitolite on my serveur. Everything works well.
So I push a new repo on the server, and clone it on another machine to test it. No errors.
I then try to clone it on my server (the same server where Gitolite is installed but different account) and I get this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, *****@*****.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I have tested with another repository, same thing, it works locally but not on the server.
Any idea what could cause this or how to find out? I'm pretty new to all this.
note: I never get any error when using git commands.