报错信息:fatal: unable to access 'http://huggingface.co/THUDM/chatglm2-6b/': OpenSSL SSL_connect: Connection reset by peer in connection to huggingface.co:443
解决方法:(127.0.0.1:7890配置为自己的实际代理ip及端口)
git config --global http.proxy 127.0.0.1:7890
git config --global http.sslVerify false
版权归原作者 江冷易水寒 所有, 如有侵权,请联系我们删除。