git clone报错Failed to connect to github.com port 443 after 21055 ms:

git 设置代理端口号 git config --global http.proxy http://127.0.0.1:10085

和 git config --global https.proxy http://127.0.0.1:10085

然后就可以成功git clone hugging face的数据集了

如果是https://huggingface.co/datasets/shibing624/medical/tree/main

那么输入的代码是 git clone https://huggingface.co/datasets/shibing624/medical

相关推荐
徐小夕1 小时前
Loop Engineering 深度解析与实战指南(全网最全)
前端·算法·github
Cosolar2 小时前
Docsify零构建文档站完全指南:从快速搭建到企业级部署
前端·开源·github
星栈独行3 小时前
Makepad 应用如何读文件、调接口、保存数据
前端·程序人生·ui·rust·github
烁3475 小时前
Ansible中的Playbook剧本使用
github
阿里嘎多学长7 小时前
2026-06-13 GitHub 热点项目精选
开发语言·程序员·github·代码托管
洛星核8 小时前
CrewAI 安装、使用方法详细全解
人工智能·github·人机交互·ai编程·agi·智能体
吹牛不交税9 小时前
visualstudio把项目绑定git仓库
git
c2385610 小时前
git常见错误和ssh验证推送
运维·git·ssh
火山上的企鹅10 小时前
Codex实战:APP远程升级服务搭建(四)Node 服务端自动识别 APK 信息
android·服务器·git·github·qgc
Dontla12 小时前
gh CLI(GitHub CLI)安装教程(Github Command Line)
github