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
nter@MacBook-Air ~ % cd substrate-node-template/
git checkout -b my-first-substrate-chain
cargo build --release
fatal: A branch named 'my-first-substrate-chain' already exists.
Updating crates.io index
error: failed to get futures as a dependency of package node-template v2.0.0-rc4 (/Users/nter/substrate-node-template/node)
Caused by:
failed to fetch https://github.com/rust-lang/crates.io-index
Caused by:
http parser error: stream ended at an unexpected time; class=Http (34)
nter@MacBook-Air substrate-node-template %