From f80bd36b18e44318f83e26c1c4729bec673bc1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=91=E9=9C=89=E7=9A=84=E6=A9=84=E6=A6=84=E6=9E=9C?= Date: Mon, 15 Jun 2020 19:56:38 +0800 Subject: [PATCH] Update readme.md --- 下载加速Clone、AWS、Git镜像/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/下载加速Clone、AWS、Git镜像/readme.md b/下载加速Clone、AWS、Git镜像/readme.md index ae0cc69..74abc38 100644 --- a/下载加速Clone、AWS、Git镜像/readme.md +++ b/下载加速Clone、AWS、Git镜像/readme.md @@ -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' ``` -