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

Cannot install auto #708

Open
larsemil opened this issue Jul 1, 2024 · 1 comment
Open

Cannot install auto #708

larsemil opened this issue Jul 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@larsemil
Copy link

larsemil commented Jul 1, 2024

When running docker compose --profile auto up --build I get this error:

053 + git config --global http.postBuffer 52428800
1.059 + git config --global --unset http.postBuffer
1.059 + git config --global http.retry 5
1.060 + git config --global http.version HTTP/1.1
1.061 + git config --global core.compression 0
1.062 + git config --global core.packedGitLimit 2048m
1.063 + git config --global core.packedGitWindowSize 2048m
1.063 + git config --global pack.deltaCacheSize 8192m
1.064 + git config --global pack.packSizeLimit 8192m
1.065 + git config --global pack.windowMemory 8192m
1.066 + mkdir -p /repositories/stable-diffusion-stability-ai
1.067 + cd /repositories/stable-diffusion-stability-ai
1.067 + git init
1.070 hint: Using 'master' as the name for the initial branch. This default branch name
1.070 hint: is subject to change. To configure the initial branch name to use in all
1.070 hint: of your new repositories, which will suppress this warning, call:
1.070 hint: 
1.070 hint: 	git config --global init.defaultBranch <name>
1.070 hint: 
1.070 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
1.070 hint: 'development'. The just-created branch can be renamed via this command:
1.070 hint: 
1.070 hint: 	git branch -m <name>
1.071 Initialized empty Git repository in /repositories/stable-diffusion-stability-ai/.git/
1.071 + git remote add origin https://github.com/Stability-AI/stablediffusion.git
1.073 + git config pack.windowSize 1024
1.073 + git fetch origin cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf '--depth=1'
85.13 error: RPC failed; curl 18 transfer closed with outstanding read data remaining
85.13 error: 2300 bytes of body are still expected
85.13 fetch-pack: unexpected disconnect while reading sideband packet
85.13 fatal: early EOF
85.13 fatal: fetch-pack: invalid index-pack output
85.13 + git reset --hard cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf
85.13 fatal: Could not parse object 'cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf'.

In the beginning you can see what types of config values i tried editing for GIT.

Brand new computer. Fast connection and stable fibre connection. Lots of RAM.

clueless.

@larsemil larsemil added the bug Something isn't working label Jul 1, 2024
@topherbuckley
Copy link

Might be related to --> this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants