Skip to content

[libra] 为libra实现本地协议 #914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Pikady opened this issue Mar 20, 2025 · 0 comments
Open

[libra] 为libra实现本地协议 #914

Pikady opened this issue Mar 20, 2025 · 0 comments
Labels
libra pre-task R2CN 实习项目测试任务

Comments

@Pikady
Copy link
Contributor

Pikady commented Mar 20, 2025

当前 libra 已实现 HTTP 协议,但尚未支持本地协议。这导致在执行 clone 时无法克隆本地仓库,也影响了一些需要通过本地仓库模拟远程仓库的测试用例。

为了解决这一问题,需要实现本地协议支持。与此同时,现有的 fetch 功能是基于 reqwest 实现的 HTTP 拉取,但 reqwest 不支持本地路径。因此,在支持本地协议的基础上,还需要对 fetch 功能进行重构,以支持从本地仓库读取数据。

@genedna genedna added pre-task R2CN 实习项目测试任务 libra labels Mar 20, 2025
@genedna genedna added this to r2cn Mar 20, 2025
@genedna genedna moved this to Backlog in r2cn Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libra pre-task R2CN 实习项目测试任务
Projects
Status: Backlog
Development

No branches or pull requests

2 participants