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

pull/352/head
王良 2024-09-11 06:36:04 +08:00
parent 0d92161ca7
commit 7e8adeeab6
1 changed files with 3 additions and 2 deletions

View File

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