Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Version control Mercurial中的网关超时_Version Control_Mercurial_Bitbucket - Fatal编程技术网

Version control Mercurial中的网关超时

Version control Mercurial中的网关超时,version-control,mercurial,bitbucket,Version Control,Mercurial,Bitbucket,使用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 50

使用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

有人能帮我解决这个问题吗?

Mercurial并不是专门为添加这么大的文件而设计的,看看吧。该页面上链接了两个扩展名,该扩展名保存文件,但不将文件保存到存储库。我没有这方面的经验,但是搜索它会给你更多的信息