Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance documentation for initial setup #375

Open
denisosteo opened this issue Jan 30, 2025 · 2 comments
Open

Enhance documentation for initial setup #375

denisosteo opened this issue Jan 30, 2025 · 2 comments
Labels

Comments

@denisosteo
Copy link

Being struggling for 2 days in building the repository, I would suggest to enhance install documentation.

Main issue is repetitive "fetch-pack: unexpected disconnect while reading sideband packet" during git clone.
Either to load initial https://github.com/juliusknorr/nextcloud-docker-dev. Or when running bootstrap script.

Documentation should make it more clear that the steps:
git config --global core.compression 0
git clone --depth 1 https://github.com/juliusknorr/nextcloud-docker-dev
git fetch --unshallow

Recommand to make backup copy nextcloud-docker-dev
cp -r nextcloud-docker-dev nextcloud-docker-copy
before to run bootstrap script
This allow to restart without struggling again to download repository in case of failure during execution of bootstrap scrip.

Also the way to edit bootstrat script to make git clone safer. Or provide an alternate bootstrap script to make git clone safe

@juliusknorr
Copy link
Owner

Thanks for sharing this. It is the first time that I hear about issues like that. The error looks like it could be due to an instable or slow connection.

This repo is definitely not large and I had a lot of occasions where I set this up with people also in flaky conference networks where cloning nextcloud-docker-dev was never an issue.

Do you have more insights why disabling compression would lead to more stability there, as I would rather expect it to become slower then.

@denisosteo
Copy link
Author

denisosteo commented Jan 30, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants