We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
当前 libra 已实现 HTTP 协议,但尚未支持本地协议。这导致在执行 clone 时无法克隆本地仓库,也影响了一些需要通过本地仓库模拟远程仓库的测试用例。
为了解决这一问题,需要实现本地协议支持。与此同时,现有的 fetch 功能是基于 reqwest 实现的 HTTP 拉取,但 reqwest 不支持本地路径。因此,在支持本地协议的基础上,还需要对 fetch 功能进行重构,以支持从本地仓库读取数据。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
当前 libra 已实现 HTTP 协议,但尚未支持本地协议。这导致在执行 clone 时无法克隆本地仓库,也影响了一些需要通过本地仓库模拟远程仓库的测试用例。
为了解决这一问题,需要实现本地协议支持。与此同时,现有的 fetch 功能是基于 reqwest 实现的 HTTP 拉取,但 reqwest 不支持本地路径。因此,在支持本地协议的基础上,还需要对 fetch 功能进行重构,以支持从本地仓库读取数据。
The text was updated successfully, but these errors were encountered: