1.操作场景 通过windows11 powershell 下载依赖包
2.报错信息如下
irm : 未能解析此远程名称: 'raw.githubusercontent.com'
所在位置 行:1 字符: 27
+ & ([scriptblock]::Create((irm "https://win11debloat.raphi.re/")))
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod],WebExce
ption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
3.报错截图
4.解决方案
199.232.68.133 raw.githubusercontent.com
C:\Windows\System32\drivers\etc\hosts 的末尾
5.问题原因
再ping一下raw.githubusercontent.com,可以ping通,能正常下载了
查了一下原因,raw.githubusercontent.com的DNS解析竟然因某些原因给临时污染了,先临时改host用吧