解决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
相关推荐
Gladiator5757 小时前
博客记录-day152-力扣+分布式
github
jstart千语8 小时前
【Git】连接github时的疑难杂症(DNS解析失败)
git·github
fanTuanye10 小时前
Git基本使用(很详细)
git·github
Evenknow10 小时前
将"修改源码"改为更专业的"二次开发",体现技术深度
前端·github
uhakadotcom10 小时前
rAthena:快速入门与基础知识详解,附实用示例代码
面试·架构·github
qianmoQ13 小时前
GitHub 趋势日报 (2025年04月24日)
github
前端太佬17 小时前
从拧螺丝到造火箭:Git高阶玩家生存报告
前端·git·github
前端太佬17 小时前
从青铜到塑料:Git逃难指南(附救命指令大全)
前端·git·github
uhakadotcom20 小时前
跨越速运日调用千万,秒级响应!Flink + OceanBase 实时分析方案全解析
后端·面试·github
uhakadotcom20 小时前
marimo Python笔记本:让Python交互式编程更简单、更可靠
后端·面试·github