简体   繁体   English

Rebar3:无法在 Windows 8 上安装

[英]Rebar3 : not able to install on windows 8

I am trying to install rebar3 using the git console.I have erlang installed and the path is set to C:\\Program Files\\erl7.3\\bin Here are the steps which I followed :我正在尝试使用 git 控制台安装 rebar3。我安装了 erlang 并且路径设置为 C:\\Program Files\\erl7.3\\bin 以下是我遵循的步骤:

$ git clone https://github.com/erlang/rebar3.git 
$ cd rebar3 
$./bootstrap

On hitting bootstrap ,I get the following error在点击引导程序时,我收到以下错误

escript: exception throw: {error,{rebar_prv_update,package_index_write}}
in function  rebar_prv_update:do/1 (src/rebar_prv_update.erl, line 77)
in call from rebar_core:do/2 (src/rebar_core.erl, line 125)
in call from erl_eval:do_apply/6 (erl_eval.erl, line 670)
in call from escript:eval_exprs/5 (escript.erl, line 871)
in call from erl_eval:local_func/6 (erl_eval.erl, line 557)
in call from escript:interpret/4 (escript.erl, line 787)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_it/1 (init.erl, line 1055)

Any suggestions on how to solve this?有关如何解决此问题的任何建议?

Please take a look at the following github issue .请查看以下github 问题

My user home directory was pointed to a network location.我的用户主目录指向一个网络位置。 I removed the network location from My Computer and was able to build rebar3 successfully.我从“我的电脑”中删除了网络位置,并且能够成功构建 rebar3。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM