报错信息:curl : 无法分析响应内容,因为 Internet Explorer 引擎不可用,或者 Internet Explorer 的首次启动配置不完整。请指定 UseBasicParsing 参数,然后再试一次

window10 Powershell使用curl命令报错解决方法

 

 1、打开IE浏览器的internet选项

window10 Powershell使用curl命令报错解决方法

2、点击安全选项卡,选中本地intranet,并点击站点按钮

window10 Powershell使用curl命令报错解决方法

 

 3、新的窗口中点击高级

window10 Powershell使用curl命令报错解决方法

4、添加about:security_powershell.exe到输入框,点击添加

window10 Powershell使用curl命令报错解决方法

 5、最终界面是下面这样

window10 Powershell使用curl命令报错解决方法

 

 把所有IE窗口一个个关闭就好了,再次在powershell下运行curl命令就不会报错了。

 

相关文章: