Update readme.md

This commit is contained in:
发霉的橄榄果
2020-06-15 19:56:38 +08:00
committed by GitHub
parent 68a22275ba
commit f80bd36b18

View File

@ -100,6 +100,8 @@ https://npm.taobao.org/mirrors/git-for-windows/
2. 记录下查询到的IP地址并添加进入`C:\Windows\System32\drivers\etc\Hosts`文件
3. 运行`cmd`输入`ipconfig /flushdns` 指令刷新系统DNS
也可试试Github加速下载 https://toolwa.com/github/
## Git Clone 克隆过慢改进
### 浅克隆
@ -123,4 +125,3 @@ git config --global --unset https.proxy 'socks5://127.0.0.1:1080'
git config --global --unset http.proxy 'socks5://127.0.0.1:1080'
```