Is there any way I can clone a huge Git repository (16+ GB) using the Git integration of latest Eclipse Neon?
I'm cloning by HTTP connection.
First, I ran into timeouts, but then increased the Remote connection timeout to 1800 seconds in Eclipse config.
Then the cloning almost completed, but at the very end it always fails telling me Premature EOF.
I have increased the http.postBuffer
to 524288000 also (as many users suggested on StackOverflow), but this was not much of a help.
I also tried cloning the master
branch only, but again, I was stuck with the same error message.
Is EGit not capable of handling such a big repo over HTTP?