对 TortoiseHG Web 服务器的推送更改失败,并显示“推送中止”

发布于 2024-08-31 05:59:53 字数 271 浏览 4 评论 0原文

我没有使用 TortoiseHG 进行身份验证,只是想看看同事是否可以向我推送一些更改。他可以从 Web 服务器提供的 URL 浏览我的存储库,并且可以从我这里提取变更集。

他不能做的就是通过内置网络服务器将它们推送给我。我已经在 TortoiseHG 中将其配置为在设置中的“允许推送”旁边有“*”,这样任何人都可以在没有身份验证的情况下进行推送。

尽管如此,当 TortoiseHG 尝试推送时,我只是在状态栏中看到“推送中止”。

有谁知道如何获取有关为什么会中止的更多信息?

I'm not using authentication with TortoiseHG but simply needed to see if a colleague could push some changes to me. He can browse my repo from the url that the web server provides and can pull changesets from me fine.

What he can't do is push them to me over the built-in web server. I have configured it in TortoiseHG to have "*" next to "Allow Push" in settings which should let anyone push without authentication.

Still, when TortoiseHG tries to push, I just get "Aborted Push" in the status bar.

Does anyone know a way to get more information on why it would abort?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

霓裳挽歌倾城醉 2024-09-07 05:59:53

默认情况下,仅通过 SSL 接受推送。您需要将 web.push_ssl 设置为 false:

   push_ssl

          Whether  to  require that inbound pushes be transported over SSL
          to prevent password sniffing. Default is True.

By default, pushes are only accepted over SSL. You need to set web.push_ssl to false:

   push_ssl

          Whether  to  require that inbound pushes be transported over SSL
          to prevent password sniffing. Default is True.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文