对于推送操作中的 hg 超时是否有任何解决方法?

发布于 2024-10-08 10:17:35 字数 305 浏览 0 评论 0原文

我正在尝试推送到 bitbucket,这是一个包含数千个已更改文件的变更集(我正在提交 巨大的库依赖)。我的本地盒子上的提交工作得很好,但是当我尝试进行实际推送时,操作超时(hg 说“搜索更改”一段时间,然后整个事情就崩溃了) 。

显然,我完全无法控制服务器端。

在这样的情况下我能做些什么吗?

I'm trying to push to bitbucket, a changeset with several thousand files which were changed (I'm committing a huge library dependency). The commit on my local box worked just fine, but when I try to do the actual push, the operation times out (hg says "searching for changes" for a while, then the whole thing just collapses).

Obviously, I have absolutely no control over the server side.

Anything I can do in a scenario like this?

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

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

发布评论

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

评论(1

江城子 2024-10-15 10:17:35

hg moving 说什么?您也可以尝试部分推送 hg push -rchangeset_no,其中 changeset_no 是需要推送的所有变更集中间的任何变更集。

What does hg outgoing say? Also you could try to push partially hg push -r changeset_no, where changeset_no is any changeset from the middle of the all changesets need to be pushed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文