| Цитата |
|---|
| написал: Здравствуйте. При обновлении ВМ получаю dnf update Node.js Packages for Linux RPM based distros - x86_64 110 B/s | 14 kB 02:12 Errors during downloading metadata for repository 'nodesource-nodejs': - Curl error (28): Timeout was reached for 294bef... [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds] Error: Failed to download metadata for repo 'nodesource-nodejs': Yum repo downloading error: Downloading error(s): repodata/91370c3370bd9f998d473b14dc294befe9e8ca0cb36f6b75dc8 прокси нет. с сетью все в порядке. через curl открывается Как лечить? |
- nano -w /etc/resolv.conf **
added the following lines:
nameserver 8.8.8.8
nameserver 8.8.4.4- Test it (e.g. yum update -y)