README.md 中的错别字修正
parent
468c1e9084
commit
fc490d4463
|
@ -319,13 +319,13 @@ Error: www.github.com:443, 代理请求超时
|
||||||
如果你在卸载应用前,没有正常退出app,就有可能无法上网。请按如下步骤操作恢复您的网络:
|
如果你在卸载应用前,没有正常退出app,就有可能无法上网。请按如下步骤操作恢复您的网络:
|
||||||
|
|
||||||
1、关闭系统代理设置,参见:[手动关闭系统代理设置](./doc/recover.md)
|
1、关闭系统代理设置,参见:[手动关闭系统代理设置](./doc/recover.md)
|
||||||
2、执行下面的命令关闭git的代理设置(如果你开启过git.ext的开关)
|
2、执行下面的命令关闭git的代理设置(如果你开启过 `Git.exe代理` 的开关)
|
||||||
```shell
|
```shell
|
||||||
git config --global --unset http.proxy
|
git config --global --unset http.proxy
|
||||||
git config --global --unset https.proxy
|
git config --global --unset https.proxy
|
||||||
git config --global --unset http.sslVerify
|
git config --global --unset http.sslVerify
|
||||||
```
|
```
|
||||||
3、执行下面的命令关闭npm的代理设置(如果你开启过npm加速的开关)
|
3、执行下面的命令关闭npm的代理设置(如果你开启过npm加速的开关)
|
||||||
```shell
|
```shell
|
||||||
npm config delete proxy
|
npm config delete proxy
|
||||||
npm config delete https-proxy
|
npm config delete https-proxy
|
||||||
|
|
Loading…
Reference in New Issue