stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bug]: git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git ,did not run successfully

Open ASH521 opened this issue 1 year ago • 1 comments

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

ASH521 avatar Apr 21 '23 07:04 ASH521

yes i do facing same issue

vishwamartur avatar May 06 '23 17:05 vishwamartur

可以通过git config --global http.proxy ip:端口给git设置全局代理。ip是vpn工具的本地ip,端口是vpn工具的监听端口

aider20 avatar May 08 '23 20:05 aider20

没开代理,也出现同样问题,怎么解决

Bailey-24 avatar May 11 '23 15:05 Bailey-24

This seems to be related to your particular network or proxy configuration, we can't help much there.

akx avatar May 28 '23 13:05 akx

i have same issue,when i close the proxy,it is ok.

joven-n avatar May 11 '24 08:05 joven-n