git拉取hugging face代码失败:443

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

猜你喜欢

转载自blog.csdn.net/sinat_41721615/article/details/135076970