Mercurial 中的网关超时
当使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.