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