Git代理:添加排除地址 https://codeup.aliyun.com
parent
0d92161ca7
commit
7e8adeeab6
|
@ -5,8 +5,9 @@ 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, // Coding(腾讯云)
|
||||
'https://codeup.aliyun.com': true // 云效 Codeup (阿里云)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue