CosmWasm / cw-template

Quickstart template to get started writing your own cosmwasm contracts
Apache License 2.0
287 stars 172 forks source link

cargo run-script optimize "spurious network error" #97

Closed ColtraneNadler closed 1 year ago

ColtraneNadler commented 2 years ago

When running cargo run-script optimize

I get the error

Cache size                            0 bytes
Max cache size                       10 GiB
Building contract in /code ...
    Updating crates.io index
warning: spurious network error (2 tries remaining): failed to resolve address for github.com: Name does not resolve; class=Net (12)
warning: spurious network error (1 tries remaining): failed to resolve address for github.com: Name does not resolve; class=Net (12)
error: failed to get `cosmwasm-std` as a dependency of package `template v0.1.0 (/code)`

I checked in a different docker container, and I can access the internet from within the container... so not sure what's happening here.

Any ideas for how to solve this so I can build my contracts?

webmaster128 commented 2 years ago

Github had mjor availability issues last night. https://www.githubstatus.com/incidents/r5qrpp2f5fc0 Could you check if it is resolved now?