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

Fix cloning error in automatic1111 service dockerfile #731

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwackito
Copy link

@jwackito jwackito commented Sep 3, 2024

Fix this error I got while cloning stability-ai repo

0.112 Initialized empty Git repository in /repositories/stable-diffusion-stability-ai/.git/
0.112 + git remote add origin https://github.com/Stability-AI/stablediffusion.git
0.113 + git fetch origin cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf '--depth=1'
90.31 error: 1485 bytes of body are still expected
90.31 fetch-pack: unexpected disconnect while reading sideband packet
90.31 fatal: early EOF
90.31 fatal: fetch-pack: invalid index-pack output```

<!--
Have you created an issue before opening a merge request???
https://github.com/AbdBarho/stable-diffusion-webui-docker#contributing
Please create one so we can discuss it, I don't want your effort to go to waste.
-->

Closes issue #

### Update versions

- auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/
- invoke: https://github.com/invoke-ai/InvokeAI/commit/
- comfy: https://github.com/comfyanonymous/ComfyUI/commit/

Fix this error I got while cloning stability-ai repo
```
0.112 Initialized empty Git repository in /repositories/stable-diffusion-stability-ai/.git/
0.112 + git remote add origin https://github.com/Stability-AI/stablediffusion.git
0.113 + git fetch origin cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf '--depth=1'
90.31 error: 1485 bytes of body are still expected
90.31 fetch-pack: unexpected disconnect while reading sideband packet
90.31 fatal: early EOF
90.31 fatal: fetch-pack: invalid index-pack output```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant