对 TortoiseHG Web 服务器的推送更改失败,并显示“推送中止”
我没有使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,仅通过 SSL 接受推送。您需要将 web.push_ssl 设置为 false:
By default, pushes are only accepted over SSL. You need to set web.push_ssl to false: