【问题标题】:Bonobo Git Server - Windows Authentication - Git interactionsBonobo Git 服务器 - Windows 身份验证 - Git 交互
【发布时间】:2015-04-08 06:35:56
【问题描述】:

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

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

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

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

任何帮助将不胜感激。

谢谢,

布拉德

【问题讨论】:

    标签: git bonobo


    【解决方案1】:

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

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

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

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-02-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多