解决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
相关推荐
自己的九又四分之三站台17 分钟前
Halo自建站博客介绍
github
散峰而望1 小时前
【算法竞赛】顺序表和vector
c语言·开发语言·数据结构·c++·人工智能·算法·github
MC皮蛋侠客2 小时前
部署 Sphinx 文档到 GitHub Pages 详细指南
github·全文检索·sphinx
极智-99610 小时前
GitHub 热榜项目 · 日榜精选(2026-01-06)
github·开源项目·技术趋势·开发者工具
数据大魔方10 小时前
【期货量化实战】日内动量策略:顺势而为的短线交易法(Python源码)
开发语言·数据库·python·mysql·算法·github·程序员创富
小龙13 小时前
【Git 报错解决】本地分支与远程分支名称/提交历史不匹配
大数据·git·elasticsearch·github
想用offer打牌17 小时前
一站式讲清Spring AI Alibaba的OverAllState和RunnableConfig
人工智能·架构·github
逛逛GitHub20 小时前
推荐 5 个小众但有趣的 GitHub 开源项目。
github
极智-99620 小时前
GitHub 热榜项目 · 日榜精选(2026-01-07) | protobuf、web-check、PowerToys等
github·开发工具·开源项目·数据交互·ai框架
Tfly__1 天前
Ubuntu20.04安装Genesis(最新)
linux·人工智能·pytorch·ubuntu·github·无人机·强化学习