Answer the question
In order to leave comments, you need to log in
Gitlab + tortoise won't upload or download more than 1mb, what's wrong?
When you try to download the archive of the repository from the gitlab, a file of 1 MB in size is given, no more, respectively, the archive is broken.
When you try git.exe clone --progress -v, the same thing, the rep is not downloaded, more than 1mb, and it crashes safely with the error
fatal: early EOF
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed ; result=18, HTTP code = 200
git terminated incorrectly (completion code 128) (35709 ms @ 06/19/2014 12:04:25 PM)
Where to dig?
Answer the question
In order to leave comments, you need to log in
Try this solution
Maximum size in bytes of the buffer used by smart HTTP transports when POSTing data to the remote system.
For requests larger than this buffer size, HTTP/1.1 and Transfer-Encoding: chunked is used to avoid creating a massive pack file locally. Default is 1 MiB, which is sufficient for most requests.
taken from here stackoverflow.com/questions/6842687/the-remote-end...
I forgot to add, gitlab works through sidekiq and unicorn, are there any restrictions there?
I can not find a config from them
. If you run locally on the git clone server via http, everything goes well. Remotely, only 1 mb then early EOF
----------
Raised limits on vz container, git clone worked...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question