We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error: failed to get frame-benchmarking-cli as a dependency of package node-template v0.0.0 (/home/pekkie/substrate-node-template/node)
frame-benchmarking-cli
node-template v0.0.0 (/home/pekkie/substrate-node-template/node)
Caused by: failed to load source for dependency frame-benchmarking-cli
Caused by: Unable to update https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.9.0#3c3d6fce
Caused by: failed to fetch into: /home/pekkie/.cargo/git/db/polkadot-sdk-cff69157b985ed76
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
net.git-fetch-with-cli
Caused by: SSL error: unknown error; class=Ssl (16)
followed the tutorial until cargo build release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Bug report for compiling, code snippets, templates, etc.
error: failed to get
frame-benchmarking-cli
as a dependency of packagenode-template v0.0.0 (/home/pekkie/substrate-node-template/node)
Caused by:
failed to load source for dependency
frame-benchmarking-cli
Caused by:
Unable to update https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.9.0#3c3d6fce
Caused by:
failed to fetch into: /home/pekkie/.cargo/git/db/polkadot-sdk-cff69157b985ed76
Caused by:
network failure seems to have happened
if a proxy or similar is necessary
net.git-fetch-with-cli
may help herehttps://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
Caused by:
SSL error: unknown error; class=Ssl (16)
Steps to reproduce the problem
followed the tutorial until cargo build release
The text was updated successfully, but these errors were encountered: