Git.exe排除列表中,移除 `https://gitlab.com`,因为它可能无法在国内直接访问。

pull/355/head
王良 2024-09-12 14:21:11 +08:00
parent f27ec7509b
commit 6357dd341f
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ module.exports = {
sslVerify: true, // Git.exe 是否关闭sslVerifytrue=关闭 false=开启
noProxyUrls: {
'https://gitee.com': true, // 码云
'https://gitlab.com': true, // Gitlab
'https://e.coding.net': true, // Coding腾讯云
'https://codeup.aliyun.com': true // 云效 Codeup (阿里云)
}