Re: [git-users] Can git handle huge repository

2012-12-04 Thread Andy Hardy
On 30/11/2012 07:32, Brian Kotek wrote: > error: RPC failed; result=55, HTTP code = 0 A quick Google points to https://confluence.atlassian.com/pages/viewpage.action?pageId=301663267 suggesting that it's a problem with libcurl and a method of getting further debug information. http://stackoverflo

Re: [git-users] Can git handle huge repository

2012-12-03 Thread Brian Kotek
Technically, Git has no maximum limit on repository size. In reality, a 20 GB repo is probably way too large. You'd be better off breaking it up into separate repositories. It might also be worth just doing a sanity check on the contents of the repository. I've worked on some very large projects (t

Re: [git-users] Can git handle huge repository

2012-12-03 Thread Konstantin Khomoutov
On Wed, 28 Nov 2012 16:36:37 -0800 (PST) kumar 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 th