gpt4 book ai didi

git - 钢筋无法从github获得依赖

转载 作者:IT王子 更新时间:2023-10-29 01:06:04 34 4
gpt4 key购买 nike

我无法使用 rebar 从 github 获得任何依赖。

rebar.config 文件:

{sub_dirs, ["rel"]}.

{deps_dir, ["deps"]}.
{erl_opts, [debug_info]}.

{deps, [
{thrift_erl, "0.5.0", {git, "git://github.com/xslogic/thrift_erl", "HEAD"}},
{eleveldb, "1.0.1", {git, "git://github.com/xslogic/eleveldb", "HEAD"}}
]}.

当我执行 ./rebar compile 时,我得到:

Dependency not available: thrift_erl-0.5.0 ({git,
"git://github.com/xslogic/thrift_erl",
"HEAD"})
Dependency not available: eleveldb-1.0.1 ({git,
"git://github.com/xslogic/eleveldb",
"HEAD"})

它一直在寻找结尾带有破折号DEP_NAME,但似乎找不到。

如何解决这个问题?

最佳答案

我认为你应该首先使用rebar get-deps 命令。如果 rebar 编译命令错误,请尝试 rebar delete-depsrebar clean。如果还是报错,直接切换到相关deps,独立编译这些工程。 (我遇到过一次这个问题)。

关于git - 钢筋无法从github获得依赖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10059579/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com