关于Stable-diffusion-webui本地部署,报错代码如下(求解): RuntimeError: Couldn t clone Stable Diffusion.

img


布署stable-diffusion-webui时,提示RuntimeError: Couldn t clone Stable Diffusion,具体上图,请问各位程序猿友友们是怎么处理的?

git github上的项目大多数时候要连接代理 可以设置代理
git config --global http.proxy 'http://192.168.0.1:1080'
git config --global https.proxy 'http://192.168.0.1:1080'
代理填你自己的,出现这情况的时候一般你网络连不上github