You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2023. It is now read-only.
Hi! I've been trying to install Radicle on my Mac using Home-brew and am routinely running into errors:
cargo install --force --locked --git https://seed.alt-clients.radicle.xyz/radicle-cli.git radicle-cli
Updating git repository `https://seed.alt-clients.radicle.xyz/radicle-cli.git`
warning: spurious network error (2 tries remaining): failed to resolve address for seed.alt-clients.radicle.xyz: nodename nor servname provided, or not known; class=Net (12)
warning: spurious network error (1 tries remaining): failed to resolve address for seed.alt-clients.radicle.xyz: nodename nor servname provided, or not known; class=Net (12)
error: failed to clone into: /Users/buyer/.cargo/git/db/radicle-cli-2107f8ce6226fc01
Caused by:
network failure seems to have happened
if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
Caused by:
failed to resolve address for seed.alt-clients.radicle.xyz: nodename nor servname provided, or not known; class=Net (12)
brew tap radicle/cli https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git && brew install radicle/cli/core
==> Tapping radicle/cli
Cloning into '/opt/homebrew/Library/Taps/radicle/homebrew-cli'...
fatal: unable to access 'https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git/': Could not resolve host: seed.alt-clients.radicle.xyz
Error: Failure while executing;`git clone https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git /opt/homebrew/Library/Taps/radicle/homebrew-cli --origin=origin --template=` exited with 128.
Is Radicle still able to be installed? Because following the documentation on your site, it doesn't seem to be installable anymore.
Hi! I've been trying to install Radicle on my Mac using Home-brew and am routinely running into errors:
cargo install --force --locked --git https://seed.alt-clients.radicle.xyz/radicle-cli.git radicle-cli Updating git repository `https://seed.alt-clients.radicle.xyz/radicle-cli.git` warning: spurious network error (2 tries remaining): failed to resolve address for seed.alt-clients.radicle.xyz: nodename nor servname provided, or not known; class=Net (12) warning: spurious network error (1 tries remaining): failed to resolve address for seed.alt-clients.radicle.xyz: nodename nor servname provided, or not known; class=Net (12) error: failed to clone into: /Users/buyer/.cargo/git/db/radicle-cli-2107f8ce6226fc01 Caused by: network failure seems to have happened if a proxy or similar is necessary `net.git-fetch-with-cli` may help here https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli Caused by: failed to resolve address for seed.alt-clients.radicle.xyz: nodename nor servname provided, or not known; class=Net (12) brew tap radicle/cli https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git && brew install radicle/cli/core ==> Tapping radicle/cli Cloning into '/opt/homebrew/Library/Taps/radicle/homebrew-cli'... fatal: unable to access 'https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git/': Could not resolve host: seed.alt-clients.radicle.xyz Error: Failure while executing; `git clone https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git /opt/homebrew/Library/Taps/radicle/homebrew-cli --origin=origin --template=` exited with 128.Is Radicle still able to be installed? Because following the documentation on your site, it doesn't seem to be installable anymore.