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

[Bug]: git clone error in windows 10 environment #16722

Open
6 tasks
alchemysta opened this issue Dec 14, 2024 · 2 comments
Open
6 tasks

[Bug]: git clone error in windows 10 environment #16722

alchemysta opened this issue Dec 14, 2024 · 2 comments
Labels
asking-for-help-with-local-system-issues This issue is asking for help related to local system; please offer assistance

Comments

@alchemysta
Copy link

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

I am trying to install the Stable diffusion broser from the cmd.
I keep getting this :
"error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1395 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output"
I am logged in the github platform , coppied the code link and AFAIK all dependancies are met .
Is it something with the windows , like firewalls or other network related ?
Thank you

Steps to reproduce the problem

Perhaps is not a bug of the package .

What should have happened?

Perhaps the Python settings are not right ?

What browsers do you use to access the UI ?

No response

Sysinfo

Edition Windows 10 Pro
Version 22H2
Installed on
OS build 19045.5247
Experience Windows Feature Experience Pack 1000.19060.1000.0

Console logs

PS C:\stable-diffusion> git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
Cloning into 'stable-diffusion-webui'...
remote: Enumerating objects: 34787, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (10/10), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1395 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

Additional information

No response

@alchemysta alchemysta added the bug-report Report of a bug, yet to be confirmed label Dec 14, 2024
@w-e-w w-e-w added asking-for-help-with-local-system-issues This issue is asking for help related to local system; please offer assistance and removed bug-report Report of a bug, yet to be confirmed labels Dec 14, 2024
@w-e-w
Copy link
Collaborator

w-e-w commented Dec 14, 2024

unexpected disconnect

I would just try again

@Delgado1969
Copy link

This work for me.

$ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git --depth 1
$ cd stable-diffusion-webui
$ git fetch --unshallow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asking-for-help-with-local-system-issues This issue is asking for help related to local system; please offer assistance
Projects
None yet
Development

No branches or pull requests

3 participants