解决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
相关推荐
航Hang*9 小时前
VMware vSphere 云平台运维与管理基础——第2章(扩展):VMware ESXi 5.5 安装、配置与运维
运维·服务器·github·系统安全·虚拟化
zh_xuan11 小时前
Visual Studio 上传工程到github
ide·git·github·visual studio
CoovallyAIHub12 小时前
视频理解新范式:Agent不再被动看视频,LensWalk让它自己决定看哪里
算法·架构·github
CoovallyAIHub12 小时前
斯坦福丨AirVLA:将地面机械臂模型迁移至无人机实现空中抓取,成功率从23%提升至50%
算法·架构·github
数据知道14 小时前
《 Claude Code源码分析与实践》专栏目录
python·ai·github·claude code·claw code
逛逛GitHub15 小时前
开源 10 天就飙到 4 万星,这个项目收集了 58 个知名网站样式。
github
anywayuan16 小时前
使用 GitHub Actions 自动化构建和发布 Rust 项目
github
CoderJia程序员甲16 小时前
GitHub 热榜项目 - 日榜(2026-04-12)
ai·大模型·llm·github·ai教程
用户3851784619016 小时前
PR冲突处理和更新流程
github
linux修理工17 小时前
pve 安装桌面xfce并开启vnc
github