while cloning the bitbucket repository I am getting this error
DESKTOP-BGB0UQH' --pack_header=2,4115
* transfer closed with outstanding read data remainingB/s
* Closing connection 1
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
even I have increased the buffer size by this command
git config http.postBuffer 524288000
I am behind proxy and my proxy conf list is:
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
rebase.autosquash=true
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
user.name=Chandrakant More
user.email=myemail
core.compression=0
https.proxy=http://myproxyserver:80
http.proxy=http://ww930%5CA740164:mypass@myproxyserver:84
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
http.postbuffer=524288000
stuck since 2-3 days ..please somebody help