win1安装wsl报错之无法解析服务器的名称或地址的问题及解决方法

2023-02-11
-
-

修改hosts文

首先,在这个进入这个网站 https://site.ip138.com/raw.Githubusercontent.com/ 对 raw.githubusercontent.com 这个网址的解析IP进行查询。并获取一个能够在本地ping通的ip。

其次,打开本地的hosts所在文件夹。文件地址在:C:\Windows\System32\drivers\etc

 

用记事本打开hosts文件,并在文件后面添加下面内容,并保存(如果这里没有保存hosts的权限,就看本文第四大点,修改hosts权限)。

185.199.110.133 raw.githubusercontent.com

# Added by Docker Desktop
192.168.1.149 host.docker.internal
192.168.1.149 gateway.docker.internal
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
# 安装wsl 使用
185.199.110.133 raw.githubusercontent.com  

https://www.sojson.com/ip/

 

 

 

“您的支持是我持续分享的动力”

微信收款码
微信
支付宝收款码
支付宝

黄金_shmaur
不积跬步,无以至千里;不积小流,无以成江海
目录关闭