Error code 128
#14304
Replies: 1 comment 2 replies
-
i got same error how to fix ?? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I come from china,i used vpn to install the other application,but in this step, it couldn't clone Stable Diffusion.
my computer is MacBook Pro M1 Pro.
alexfang@AlexdeMBP stable-diffusion-webui % ./webui.sh
################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye), Fedora 34+ and openSUSE Leap 15.4 or newer.
################################################################
################################################################
Running on alexfang user
################################################################
################################################################
Repo already cloned, using it as install directory
################################################################
################################################################
python venv already activate or run without venv: /Users/alexfang/SD/stable-diffusion-webui/venv
################################################################
################################################################
Launching launch.py...
################################################################
Python 3.10.13 (main, Sep 11 2023, 08:16:02) [Clang 14.0.6 ]
Version: v1.6.0
Commit hash: 5ef669d
Cloning Stable Diffusion into /Users/alexfang/SD/stable-diffusion-webui/repositories/stable-diffusion-stability-ai...
正克隆到 '/Users/alexfang/SD/stable-diffusion-webui/repositories/stable-diffusion-stability-ai'...
致命错误:无法访问 'https://github.com/Stability-AI/stablediffusion.git/':Failed to connect to github.com port 443 after 75002 ms: Couldn't connect to server
Traceback (most recent call last):
File "/Users/alexfang/SD/stable-diffusion-webui/launch.py", line 48, in
main()
File "/Users/alexfang/SD/stable-diffusion-webui/launch.py", line 39, in main
prepare_environment()
File "/Users/alexfang/SD/stable-diffusion-webui/modules/launch_utils.py", line 408, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "/Users/alexfang/SD/stable-diffusion-webui/modules/launch_utils.py", line 192, in git_clone
run(f'"{git}" clone "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True)
File "/Users/alexfang/SD/stable-diffusion-webui/modules/launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone Stable Diffusion.
Command: "git" clone "https://github.com/Stability-AI/stablediffusion.git" "/Users/alexfang/SD/stable-diffusion-webui/repositories/stable-diffusion-stability-ai"
Error code: 128
Beta Was this translation helpful? Give feedback.
All reactions