forrtproject.github.io icon indicating copy to clipboard operation
forrtproject.github.io copied to clipboard

Cloning produces a fatal error

Open bethaniley opened this issue 1 year ago • 2 comments

Describe the bug I receive an error when attempting to pull a fork of the repository.

To Reproduce Steps to reproduce the behavior:

  1. Create a forked repository on your own account
  2. Use git clone to create a local version
  3. Receive the following error:
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

Expected behavior I should be able to clone the repository.

Screenshots

Screenshot 2024-06-14 120117

Additional context I'm not sure if this would happen with the main repository, but this should be tested as it prevents contribution.

This does not change when compression settings are changed in git config.

bethaniley avatar Jun 14 '24 11:06 bethaniley

I had to update postBuffer with a very large number to make it work!

git config --global http.postBuffer 102428800

bethaniley avatar Jun 14 '24 11:06 bethaniley

Resolution steps included can be found https://community.atlassian.com/t5/Bitbucket-questions/How-can-I-resolve-fetch-pack-unexpected-disconnect-while-reading/qaq-p/2320953

Having said that, this does reduce accessibility for contributions. The solution to this problem would be an aggressive reduction of the repository size, which can be done via e.g., reducing media size and removing other git objects.

DAKiersz avatar Jun 14 '24 11:06 DAKiersz

I think this is done with the resizing of pictures - closing for now

LukasWallrich avatar Mar 07 '25 15:03 LukasWallrich