未验证 提交 a109ed1d 编写于 作者: L lorem 提交者: GitHub

Update readme.md

上级 5e59635f
......@@ -18,8 +18,13 @@
* 推荐设置代理进行Git下载
```
# 设置代理
git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'
# 取消代理
git config --global --unset https.proxy
git config --global --unset http.proxy
```
* 跳过安装chromium 安装步骤 `npm install puppeteer --ignore-scripts`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册