I’ve just tried exactly that git clone command and it worked for me, however stack-overflow appears to suggest setting the git post-buffer size will help
http://stackoverflow.com/questions/17683295/git-bash-error-rpc-failed-result-18-htp-code-200b-1kib-s/36595823
There are several suggestions on that link but specifically
git config http.postBuffer 24288000
Before doing the clone looks like it is most recommended.
Neville
On 17 Apr 2017, at 03:38, Kevin Xu <xu...@gm...<mailto:xu...@gm...>> wrote:
Hi all,
This is my first time to clone the project. Could you help? I got an error
as follows. I was trying to set git compression to -1 as someone mentioned
on the website, but doesn’t work for me. Really appreciated if anyone can
help.
$ git clone http://git.code.sf.net/p/squirrel-sql/git squirrel-sql
Cloning into 'squirrel-sql'...
remote: Counting objects: 126804, done.
remote: Compressing objects: 100% (32442/32442), done.
error: RPC failed; result=18, HTTP code = 200 MiB | 204.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
$ git config -l
core.symlinks=false
core.autocrlf=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
pack.packsizelimit=2g
help.format=html
http.sslcainfo=d:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
diff.astextplain.textconv=astextplain
rebase.autosquash=true
credential.helper=store
core.compression=-1
--
*Kevin *
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org<http://Slashdot.org>! http://sdm.link/slashdot
_______________________________________________
Squirrel-sql-develop mailing list
Squ...@li...<mailto:Squ...@li...>
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-develop
|