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