git clone stable diffusion时出现以下错误
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 7051 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
这是我在网上搜索到的解决方案,但是我尝试之后又有了新的问题
命令:
git config --global http.version HTTP/1.1
然后我尝试修改了git的proxy配置,发现就可以正常克隆了
修改proxy命令:
git config --global http.proxy http://127.0.0.1:7890
克隆命令:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git