We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running docker compose --profile auto up --build I get this error:
docker compose --profile auto up --build
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.
The text was updated successfully, but these errors were encountered:
Might be related to --> this
Sorry, something went wrong.
No branches or pull requests
When running
docker compose --profile auto up --build
I get this error: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.
The text was updated successfully, but these errors were encountered: