2020-07-20 yarn下载解决An unexpected error occurred: "https://raw.githubusercontent.com...

问题:找不到 raw.githubusercontent.com 的服务器 IP 地址。
解决方法:(在hosts文件中添加IP地址)
上https://www.ipaddress.com查一下raw.githubusercontent.com的ipv4地址,比如我现在查到的是199.232.68.133。

使用管理员权限打开C:/Windows/System32/hosts文件,添加一行

在C:\Windows\System32\drivers\etc路径下找到hosts文件

添加 以下内容并保存即可恢复

199.232.68.133 raw.githubusercontent.com

你可能感兴趣的:(2020-07-20 yarn下载解决An unexpected error occurred: "https://raw.githubusercontent.com...)