haddocking / haddock3

Official repo of the modular BioExcel version of HADDOCK
https://www.bonvinlab.org/haddock3
Apache License 2.0
88 stars 28 forks source link

git cloning fails #829

Closed pallavi-compchem closed 4 months ago

pallavi-compchem commented 4 months ago

Describe the bug A clear and concise description of what the bug is. If an error message appeared, please copy/paste it ENTIRELY.

To Reproduce Steps to reproduce the behavior, if relevant, provide the input that triggered the error:

  1. When executing '...'
  2. Error found with the following details '...'

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Configuration (optional - remove if not relevant)

Additional context (optional - remove if not relevant) Add any other context about the problem here.

pallavi-compchem commented 4 months ago

"git clone --recursive https://github.com/haddocking/haddock3.git" fails with the following error:

error: RPC failed; result=18, HTTP code = 200iB | 147.00 KiB/s
fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

Could you please help fix the issue?

mgiulini commented 4 months ago

it sounds like a network issue! please have a look here https://stackoverflow.com/questions/17683295/git-bash-error-rpc-failed-result-18-htp-code-200b-1kib-s (you probably have to increase the cloning time or the size of the http chunks)

pallavi-compchem commented 4 months ago

Thanks! Increasing the http postbuffer size did the trick.

mgiulini commented 4 months ago

super, enjoy haddocking then!