当前位置:网站首页>“wget: 无法解析主机地址”的解决方法
“wget: 无法解析主机地址”的解决方法
2020-11-09 23:48:00 【码农UP2U】
问题:
[root@iZ2zefny2a19ms6azli2pwZ ~]# wget https://download.redis.io/releases/redis-5.0.10.tar.gz
--2020-11-01 14:30:12-- https://download.redis.io/releases/redis-5.0.10.tar.gz
正在解析主机 download.redis.io (download.redis.io)... 失败:未知的名称或服务。
wget: 无法解析主机地址 “download.redis.io”
解决方法:
[root@iZ2zefny2a19ms6azli2pwZ ~]# sudo vim /etc/resolv.conf
修改名字服务器:
options timeout:2 attempts:3 rotate single-request-reopen
; generated by /usr/sbin/dhclient-script
#nameserver 100.100.2.138
#nameserver 100.100.2.136
nameserver 8.8.8.8
nameserver 8.8.8.4
再次下载:
[root@iZ2zefny2a19ms6azli2pwZ ~]# wget https://download.redis.io/releases/redis-5.0.10.tar.gz
--2020-11-01 14:33:13-- https://download.redis.io/releases/redis-5.0.10.tar.gz
正在解析主机 download.redis.io (download.redis.io)... 45.60.125.1
正在连接 download.redis.io (download.redis.io)|45.60.125.1|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:1990507 (1.9M) [application/octet-stream]
正在保存至: “redis-5.0.10.tar.gz”
100%[========================================================================================>] 1,990,507 13.3KB/s 用时 2m 20s
2020-11-01 14:35:35 (13.9 KB/s) - 已保存 “redis-5.0.10.tar.gz” [1990507/1990507])
[root@iZ2zefny2a19ms6azli2pwZ ~]#
版权声明
本文为[码农UP2U]所创,转载请带上原文链接,感谢
https://my.oschina.net/coderup2u/blog/4710390
边栏推荐
- Leetcode 49 letter heterotopic word grouping
- 没有磁盘空间 No space left on device
- LeetCode 50 Pow(x,n)
- 害怕重构?都怪我太晚和你介绍该如何重构,现在我来了
- Win7 + vs2015 + cuda10.2 configuration tensorrt7.0
- November 09, 2020: talk about the similarities and differences between the bulon filter and the cuckoo filter?
- 嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:王健
- Problems of input and button (GAP / unequal height / misalignment) and Solutions
- Make a home page
- 将Map中对应的key和value赋值到对象中
猜你喜欢

sql 截取数据中 ‘.’的前后数据

飞鸽传书局域网找不到其他人的问题解决

Optimization of commodity backstage system

Error running app: default activity not found solution

IP address SSL certificate

Important components of Apache Hadoop

How to greatly improve the performance of larravel framework under php7? Install stone!

LinkedList源码简析

Hengxun Technology: the way to deal with server downtime

如何k个一组反转链表
随机推荐
Configure ng
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
CUDA_寄存器和局部存储器
sql 大小写转换,去掉前后空格
Software engineering in code -- source code analysis of menu project
C + + game development
SQL case conversion, remove the space before and after
The number of more than half of the array is printed by the sword
Visit 2020 PG Technology Conference
Error running app: default activity not found solution
Optimization of commodity backstage system
Error running app:Default Activity not found 解决方法
团灭 LeetCode 打家劫舍 问题
爱康国宾怒斥国信证券报告失实,已发律师函
Problems of input and button (GAP / unequal height / misalignment) and Solutions
Nodejs: handwritten koa Middleware
IP address SSL certificate
Python prompt attributeerror or depreciation warning: This module was degraded solution
Python中[:]与[::]的用法
[QT] subclass QObject + movetothread to realize multithreading