Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.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
Eclipse 为大推送配置egit http.postbuffer_Eclipse_Git - Fatal编程技术网

Eclipse 为大推送配置egit http.postbuffer

Eclipse 为大推送配置egit http.postbuffer,eclipse,git,Eclipse,Git,我使用的是Egit,在尝试推送大型提交时,我得到以下结果: RPC失败;结果=22,HTTP代码=411 向上看,我来到了这一页: 答案是运行: git config http.postBuffer 524288000 如何在EGit中配置此参数?(EclipseGit)您是否尝试将其添加到Eclipse中存储库(右键单击)->属性->添加条目。

我使用的是Egit,在尝试推送大型提交时,我得到以下结果:

RPC失败;结果=22,HTTP代码=411

向上看,我来到了这一页:

答案是运行:

git config http.postBuffer 524288000

如何在EGit中配置此参数?(EclipseGit)

您是否尝试将其添加到Eclipse中<代码>存储库(右键单击)->属性->添加条目。