jormungandr: Cargo install --path jormungandr fails

Describe the bug cargo install --path jormungandr fails to run on MacOS 10.14.5 (18F203) and throws the following error:

error: failed to compile `jormungandr v0.3.0 (/Users/xxx/Documents/development/jormungandr/jormungandr)`, intermediate artifacts can be found at `/Users/xxx/Documents/development/jormungandr/target`

Caused by:
  failed to load source for a dependency on `actix-net`

Caused by:
  Unable to update registry `https://github.com/rust-lang/crates.io-index`

Caused by:
  failed to fetch `https://github.com/rust-lang/crates.io-index`

Caused by:
  failed to authenticate when downloading repository
attempted ssh-agent authentication, but none of the usernames `git` succeeded

Caused by:
  no authentication available

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (9 by maintainers)

Most upvoted comments

A post on behalf of @rinor : Once you git cloned, you can run the following to circumvent the slog issue :

 cargo fetch
 cargo build --release --frozen

Then, copy the freshly created binaries from target/release into your ‘’~/.cargo/bin/‘’ folder. You can check that it worked by typing

 jcli -V
 jormungandr -V