From 0d92161ca722fa66881140e584d8ea2d4f89fad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 11 Sep 2024 06:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/modules/plugin/git/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/modules/plugin/git/config.js b/packages/core/src/modules/plugin/git/config.js index 1decf9a..1b30a4c 100644 --- a/packages/core/src/modules/plugin/git/config.js +++ b/packages/core/src/modules/plugin/git/config.js @@ -5,8 +5,8 @@ module.exports = { setting: { sslVerify: true, // Git.exe 是否关闭sslVerify,true=关闭 false=开启 noProxyUrls: { - 'https://gitee.com/': true, - 'https://e.coding.net/': true + 'https://gitee.com': true, + 'https://e.coding.net': true } } }