网速慢的离奇
Discussion
for nostr or in general?
general, LoL
heheh can relate
I tryied to download rust to build nostr-rs-relay and some pacakage is blocked here .
blocked package?
yes, I try $ docket build -t nostr-re-relay .
and it stope at step 6/24 : RUN cargo build --release, then warning: spurious network error
Caused by : faile to fetch "https://github.com/rust-lang/crates.io-index' if a proxy or similar is necessary ' net-git-fetch-with-cli' may help here.
Then I googled found this : now i fixed it. in china, we need to set a china source for the crates:
cd $HOME/.cargo
But I can not find ~/.cargo, so I think I need to install rust and cargo first.
Now I am installin rust curl https://sh.rustup.rs -sSf | sh