stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git ,did not run successfully
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git ' C:\Users\24473\AppData\Local\Temp\pip -req-build-xg6rlmrd' did not run successfully.
Steps to reproduce the problem
运行user.bat后,出现无法克隆此项的报告,pip已经升级了,网络也畅通无阻,但是仍然无法克隆此项。
What should have happened?
正常应该不发生报错,并且克隆成功
Commit where the problem happens
webui-user.bat
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
否
List of extensions
否
Console logs
F:\stable-diffusion-webui>git clone https://github.com/openai/CLIP.git
Cloning into 'CLIP'...
fatal: unable to access 'https://github.com/openai/CLIP.git/': Could not resolve host: github.com
F:\stable-diffusion-webui>pip install git+https://github.com/openai/CLIP.git
Collecting git+https://github.com/openai/CLIP.git
Cloning https://github.com/openai/CLIP.git to c:\users\24473\appdata\local\temp\pip-req-build-xg6rlmrd
Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git 'C:\Users\24473\AppData\Local\Temp\pip-req-build-xg6rlmrd'
fatal: unable to access 'https://github.com/openai/CLIP.git/': Could not resolve host: github.com
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git 'C:\Users\24473\AppData\Local\Temp\pip-req-build-xg6rlmrd' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git 'C:\Users\24473\AppData\Local\Temp\pip-req-build-xg6rlmrd' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Additional information
No response
yes i do facing same issue
可以通过git config --global http.proxy ip:端口
给git设置全局代理。ip是vpn工具的本地ip,端口是vpn工具的监听端口
没开代理,也出现同样问题,怎么解决
This seems to be related to your particular network or proxy configuration, we can't help much there.
i have same issue,when i close the proxy,it is ok.