1

我最近在我的服务器上设置了 Gitolite。一切正常。

所以我在服务器上推送了一个新的 repo,并将它克隆到另一台机器上进行测试。没有错误。

然后我尝试在我的服务器上克隆它(安装 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 命令时,我从来没有遇到任何错误。

4

1 回答 1

0

服务器错误日志中可能提供有关此错误的更多信息。

您可能想查看一下 apache 日志,看看是否可以找到实际的错误消息。

于 2012-04-10T20:51:10.687 回答