解决方案-windows scoop包管理工具安装失败 一、一般步骤 请在windows powershell命令行下运行下面所有代码 设置环境 set-executionpolicy remotesigned -scope currentuser 安装 iwr -useb get.scoop.sh | iex 很大几率会出现的报错 PS C:\Windows\system32> iwr -useb get.scoop.sh