Mercurial 中的网关超时

发布于 2024-09-26 08:06:29 字数 360 浏览 3 评论 0原文

当使用 Mercurial 提交时,我首先收到此错误

files over 10MB may cause memory and performance problems

,然后当最终尝试推送时,我收到网关超时

>hg push
http authorization required
realm: Bitbucket.org HTTP
user: kunjaan
password:
pushing to *
searching for changes
abort: HTTP Error 504: Gateway Time-out

任何人都可以帮助我解决问题吗?

When using mercurial to commit, I first get this error

files over 10MB may cause memory and performance problems

and then when finally try to push , I get a a gateway timeout

>hg push
http authorization required
realm: Bitbucket.org HTTP
user: kunjaan
password:
pushing to *
searching for changes
abort: HTTP Error 504: Gateway Time-out

Can anyone help me resolve the problem?

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

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

发布评论

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

评论(1

伪心 2024-10-03 08:06:29

Mercurial 并不是真正适合添加如此大的文件,请查看 https://www.mercurial -scm.org/wiki/HandlingLargeFiles。该页面上链接了两个扩展,该版本是文件的版本,但不将它们保存到存储库中。我对它们没有经验,但搜索它应该会给你更多信息。

Mercurial is not really made for adding such large files, have a look at https://www.mercurial-scm.org/wiki/HandlingLargeFiles. There are two extensions linked on that page, that version the files but don't save them to the repository. I have no experience with them, but searching for it should give you more information.

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