0

我已经使用 Windows 身份验证方法安装了 Bonobo Git 服务器:http: //bonobogitserver.com/windows-authentication/

前端工作 - 我既可以通过 Internet Explorer 进行身份验证,而无需任何凭据,也可以在 Firefox 中使用我的 UPN 或域帐户和密码进行身份验证。

问题是当我尝试对我希望设置的存储库进行初始提交推送时 - 我收到消息:

致命:无法访问“ https://git.url.com/git_server/repo.git/ ”:请求的 URL 返回错误:500

任何帮助,将不胜感激。

谢谢,

布拉德

4

1 回答 1

1

所以,也许只是因为昨天是一天的结束,但我已经回到了这一点,让它很容易工作。不完全确定修复,但我所做的一项更改是将两个 Web.config 中的以下行设置为相同的值:

    <add key="GitServerPath" value="https://git.url.com/git_server/" />

然后,我使用以下远程 url 进行 git push 和 pull:

https://git.url.com/repo.git/

之前我想我已经尝试过使用web界面中详述的url,它指向windows身份验证Bonobo服务器配置的git服务器组件的虚拟目录。

于 2015-04-08T22:42:19.653 回答