Closed
Description
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 %