Git代理:添加排除地址 https://gitlab.com

pull/352/head
王良 2024-09-11 09:28:10 +08:00
parent 7e8adeeab6
commit 46ab7d727c
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ module.exports = {
noProxyUrls: {
'https://gitee.com': true, // 码云
'https://e.coding.net': true, // Coding腾讯云
'https://codeup.aliyun.com': true // 云效 Codeup (阿里云)
'https://codeup.aliyun.com': true, // 云效 Codeup (阿里云)
'https://gitlab.com': true // Gitlab
}
}
}