我最近在我的服务器上设置了Gitolite。一切都运行得很好。
因此,我在服务器上推送了一个新的存储库,并将其克隆到另一台机器上进行测试。没有错误。
然后,我尝试在我的服务器上克隆它(与安装Gitolite的服务器相同,但不同的帐户),我得到了这个错误:
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.我测试了另一个存储库,同样的事情,它可以在本地工作,但不能在服务器上工作。
你知道是什么原因造成的吗?或者如何找出原因?我对这一切都是新手。
注意:当我使用git命令时,我从来没有得到任何错误。
发布于 2012-04-11 04:51:11
有关此错误的详细信息,请参阅服务器错误日志。
您可能希望查看一下apache日志,看看是否能找到实际的错误消息。
https://stackoverflow.com/questions/10096222
复制相似问题