远程配置:将github文件上传域名配置到系统代理排除列表中:objects-origin.githubusercontent.com

pull/311/head
王良 2024-04-30 14:29:03 +08:00
parent 464d5a7015
commit 166ccd13a1
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
}, },
"proxy": { "proxy": {
"excludeIpList": { "excludeIpList": {
// Github文件上传所使用的域名被DS代理会导致文件上传经常失败从系统代理中排除掉
"objects-origin.githubusercontent.com": true
} }
}, },
"plugin": { "plugin": {