On Wed, 28 Nov 2012 16:36:37 -0800 (PST)
kumar <t12...@gmail.com> wrote:

> I have a 20 GB project and when i try to push it into remote git
> using http i fails. I get the following error
[...]
> I even tried git config http.postBuffer 524288000 and it did not help.
> 
> as an alternative i copied the project to the server where the remote 
> repository is and was able to successfully push the project into the
> remote repository.
> When i try to clone to my desktop from the remote repository i get a 
> different error
[...]
> It looks like git is not able to handle huge repositories or is http
> not good for huge projects. for our purpose we need to use http.

Please bring it up on the main Git list (git at vger.kernel.org,
see [1] for more info) as this might be a bug in Git on the either side
of the conversation.  Be sure to include full information on your
version of Git client and server, and OS you're using on both sides.

1. http://vger.kernel.org/vger-lists.html#git

-- 


Reply via email to