Bonobo Git服务器-Windows身份验证-Git交互



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

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

问题是,当我尝试为我想要设置的存储库进行初始提交推送时,我得到的消息是:

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

如有任何帮助,我们将不胜感激。

谢谢,

Brad

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

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

然后,我使用以下远程url进行git推拉:

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

以前我想我曾尝试使用web界面中详细介绍的url,该url指向windows身份验证Bonobo服务器配置的git服务器组件的虚拟目录。

最新更新