报错信息: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
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐