本文主要是介绍安装插件失败,getaddrinfo ENOENT raw.githubusercontent.com 报错,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
报错如图
解决方法:
查看raw.githubusercontent.com的真实IP地址
点开网址 https://www.ipaddress.com/ ,输入raw.githubusercontent.com,点击查询:
复制以下的ip
修改hosts文件
找到这个文件夹: C:\Windows\System32\drivers\etc 下的hosts
以管理员身份运行笔记本打开hosts,在最后一行编辑
185.199.108.133 raw.githubusercontent.com
185.199.109.133 raw.githubusercontent.com
185.199.110.133 raw.githubusercontent.com
185.199.111.133 raw.githubusercontent.com
这篇关于安装插件失败,getaddrinfo ENOENT raw.githubusercontent.com 报错的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!