解决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
相关推荐
小和尚同志13 小时前
使用 Certimate 实现自动续签 SSL 证书
开源·github·自动化运维
怣疯knight14 小时前
Flocus+Github实现浏览器书签同步
github
黄金旺铺18 小时前
【GitHub Issue Fetcher】 轻松整理项目问题与解决方案知识库
github·issue
逛逛GitHub18 小时前
GitHub 上贼牛逼浏览器自动化 MCP,已有 2 万人点赞。
github·mcp
AI分享官18 小时前
低代码平台+MonkeyCode混合开发:3天上线一个App的野路子实操
github·ai编程
什么半岛铁盒19 小时前
C++项目:仿muduo库高并发服务器--------Any类的实现
linux·服务器·数据库·c++·mysql·github
齐杰拉1 天前
解决 chrome-devtools-mcp 在 cursor 无法生效的问题。No tools, prompts, or resources
github
绝无仅有1 天前
MySQL 面试题及详细解答(二)
后端·面试·github
MicrosoftReactor1 天前
技术速递|如何使用 Playwright MCP 和 GitHub Copilot 调试 Web 应用
github·copilot·测试·playwright·mcp
杨杨杨大侠1 天前
手把手教你写 httpclient 框架(九)- 企业级应用实战
java·http·github