This commit is contained in:
zhujingjing 2023-11-11 15:41:51 +08:00
parent 1fe833d5cc
commit d5a48d259d
Signed by: karlcw
GPG Key ID: B11805D3A0F5C671
2 changed files with 3 additions and 2 deletions

View File

@ -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

2
.npmrc
View File

@ -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']