rust-embedded/rust-raspberrypi-OS-tutorials

Cannot start to work with this repo

0xDen opened this issue · 0 comments

0xDen commented

Hi. I've cloned the project, cd to the 01_wait_forever directory and run make qemu several times...
Always got this error:

$ make qemu
Launching QEMU
Unable to find image 'rustembedded/osdev-utils:2021.12' locally
2021.12: Pulling from rustembedded/osdev-utils
7b1a6ab2e44d: Pulling fs layer
292c6ce995b4: Pulling fs layer
afb6c3c2887b: Pulling fs layer
888e016a338b: Waiting
59ca2d6f9c6f: Waiting
1ac893ad5b73: Waiting
008bb9e6650e: Waiting
docker: error pulling image configuration: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/f7/f720eff0e9f32e0037c4583c697a502dba374e4a59f6a5c928803c0bc957c72d/data?verify=1668441978-gMn%2Fwa%2FQDKcQU987O0Z2jmfatw8%3D": net/http: TLS handshake timeout.
See 'docker run --help'.
make: *** [Makefile:155: qemu] Error 125
...
Is this problem only on my side?