We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在PowerShell中使用curl出现了如下问题,主要是我安装的win10没有IE浏览器
PowerShell
curl
IE
curl : 无法分析响应内容,因为 internet explorer 引擎不可用,或者 internet explorer 的首次启动配置不完整。请指定 usebasi cparsing 参数,然后再试一次。
以管理员身份启动PowerShell,输入下面这段代码,回车:
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Internet Explorer\Main" -Name "DisableFirstRunCustomize" -Value 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题
curl : 无法分析响应内容,因为 internet explorer 引擎不可用,或者 internet explorer 的首次启动配置不完整。请指定 usebasi cparsing 参数,然后再试一次。
解决办法
参考
The text was updated successfully, but these errors were encountered: