Git代理:添加排除地址 https://codeup.aliyun.com
parent
0d92161ca7
commit
7e8adeeab6
|
@ -5,8 +5,9 @@ module.exports = {
|
||||||
setting: {
|
setting: {
|
||||||
sslVerify: true, // Git.exe 是否关闭sslVerify,true=关闭 false=开启
|
sslVerify: true, // Git.exe 是否关闭sslVerify,true=关闭 false=开启
|
||||||
noProxyUrls: {
|
noProxyUrls: {
|
||||||
'https://gitee.com': true,
|
'https://gitee.com': true, // 码云
|
||||||
'https://e.coding.net': true
|
'https://e.coding.net': true, // Coding(腾讯云)
|
||||||
|
'https://codeup.aliyun.com': true // 云效 Codeup (阿里云)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue