From f51b76dd2d141ff7ce5b361b7fe069c7bf251732 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sun, 31 Oct 2021 01:09:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20asserts.fastgit.org=E6=89=93=E4=B8=8D?= =?UTF-8?q?=E5=BC=80=EF=BC=8C=E6=81=A2=E5=A4=8D=E4=B8=BA=E5=8E=9F=E7=BD=91?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/config/remote_config.json5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/core/src/config/remote_config.json5 b/packages/core/src/config/remote_config.json5 index a4211cc7..1b0fdcca 100644 --- a/packages/core/src/config/remote_config.json5 +++ b/packages/core/src/config/remote_config.json5 @@ -3,7 +3,9 @@ intercepts: { 'github.githubassets.com': { '.*': { - proxy: 'assets.fastgit.org', +// proxy: 'assets.fastgit.org', +// sni: null, + proxy: 'github.githubassets.com', sni: null } }