gpt4 book ai didi

proxy - 无法获得本地颁发者证书 vscode

转载 作者:行者123 更新时间:2023-12-03 21:31:16 26 4
gpt4 key购买 nike

我正在尝试为 VSCode 安装扩展。但是无法获得本地发行人证书。
我的设置.json

    // Place your settings in this file to overwrite the default settings { // Controls the font family.
"editor.fontFamily": "Consolas",

// Controls the font size.
"editor.fontSize": 12,

//Setting corporate proxy
"http.proxy": "http://proxy_servr:3128",
"https.proxy": "http://proxy_servr:3128",

//Disable SSL Verification
"http.proxyStrictSSL": false }

最佳答案

在 VS 代码中:
单击文件 -> 首选项 -> 设置

{
"http.proxyStrictSSL":false,
"http.proxy":"http://USERID:PASSWORD@proxy.domain.com:3128"
}

您似乎尚未向 http.proxy 添加身份验证凭据

关于proxy - 无法获得本地颁发者证书 vscode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34921875/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com