fatal: unable to access ‘https://github.com/Stability-AI/stablediffusion.git/‘: OpenSSL SSL_read: Co

Problem description:
git clone repository error

Solution:
Just execute the following command

git config --global http.sslVerify "false"

Guess you like

Origin blog.csdn.net/xdg15294969271/article/details/130857530