Failed to connect to huggingface.co port 443 after 21080 ms: Could not connect to server报错解决
完美解决:Failed to connect to huggingface.co port 443 after 75018 ms Operation timed out-CSDN博客。
·
执行
git config --global https.proxy 127.0.0.1:33210
git config --global http.proxy 127.0.0.1:33210
git config --global https.proxy socks5 127.0.0.1:33210
git config --global http.proxy socks5 127.0.0.1:33210
参考
更多推荐




所有评论(0)