WSL: Could not resolve hostname Temporary failure(无法解析域名)
WSL
Issues found on WSL
项目地址:https://gitcode.com/gh_mirrors/ws/WSL
免费下载资源
·
WSL 无法解析域名
Could not resolve hostname github.com: Temporary failure in name resolution
解决方法
# 1. 编辑 /etc/wsl.conf 文件
$ vim /etc/wsl.conf
[network]
generateResolvConf = false
# 2. 重启 wsl
$ wsl --shutdown
# 3. 启动 wsl, 拷贝保留原来的 /etc/resolv.conf文件, 创建一个新的 /etc/resolv.conf 文件编辑如下
$ sudo mv /etc/resolv.conf /etc/resolv.conf.old
$ sudo vi /etc/resolv.conf
nameserver 8.8.8.8
GitHub 加速计划 / ws / WSL
8
0
下载
Issues found on WSL
最近提交(Master分支:4 个月前 )
7ef20042
* Move pull-request permissions to the job instead of the workflow
* Use pull_request_target
* Undo test change 13 小时前
52d1e510
13 小时前
更多推荐
已为社区贡献2条内容
所有评论(0)