From d5a48d259d7f02ba3482487a08a29657ec9b0eef Mon Sep 17 00:00:00 2001 From: zhujingjing Date: Sat, 11 Nov 2023 15:41:51 +0800 Subject: [PATCH] commit --- .gitconfig | 3 ++- .npmrc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 8216da0..8fa3ffb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,2 +1,3 @@ [http "https://github.com"] - proxy = socks5://192.168.163.111:20170 + ;proxy = socks5://192.168.163.111:20170 + proxy = socks5://localhost:1080 \ No newline at end of file diff --git a/.npmrc b/.npmrc index 0c78ef7..cffb48b 100644 --- a/.npmrc +++ b/.npmrc @@ -6,7 +6,7 @@ registry=https://registry.npm.taobao.org/ proxy=http://localhost:1081 https-proxy=http://localhost:1081 -http-proxy=http://192.168.163.111:20171 +http-proxy=http://localhost:1081 noproxy=npmmirror.com,taobao.org,sheetjs.com public-hoist-pattern=['eslint', 'prettier']