解决github无法clone的问题

问题背景

bash 复制代码
(base) ~$ git clone https://github.com/isaac-sim/IsaacLab.git
正克隆到 'IsaacLab'...
fatal: 无法访问 'https://github.com/isaac-sim/IsaacLab.git/':gnutls_handshake() failed: Error in the pull function.

解决办法

我使用了代理,需要配置

bash 复制代码
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
相关推荐
JavaGuide3 小时前
屠榜 GitHub,被迫改名!2026 年最火的 AI 助手 Moltbot
ai·github
CoderJia程序员甲5 小时前
GitHub 热榜项目 - 日榜(2026-01-28)
人工智能·ai·大模型·github·ai教程
极智-9968 小时前
GitHub 热榜项目-日榜精选(2026-01-28)|实用资源与工具、开源LLM应用 | pi-mono、supermemory、mlx-audio等
开源·github·语音处理·密钥管理·llm应用·iptv资源
Lust Dusk8 小时前
如何通过GitHub找到一个人?
安全·网络安全·github
ONLYOFFICE8 小时前
ONLYOFFICE 桌面编辑器正式成为 ShaniOS 默认办公套件
linux·编辑器·github·onlyoffice
独自破碎E8 小时前
如何把本地文件夹和已存在的 GitHub 远程仓库同步
github
嘿吖嘿嘿~8 小时前
怎么解决git@github.com出现Permission denied (publickey)的问题
git·github
独自破碎E9 小时前
CRLF与LF的行分隔符警告⚠️
github
CoderJia程序员甲18 小时前
GitHub 热榜项目 - 日榜(2026-01-27)
github
无限进步_1 天前
206. 反转链表 - 题解与详细分析
c语言·开发语言·数据结构·git·链表·github·visual studio