浅拷贝,优化克隆速度

This commit is contained in:
RobinMao 2019-06-25 17:23:33 +08:00 committed by GitHub
parent c3278ca14a
commit 731a36f808

View File

@ -19,7 +19,7 @@ Run the following command
* Clone project
```powershell
git clone https://github.com/nacos-group/nacos-docker.git
git clone --depth 1 https://github.com/nacos-group/nacos-docker.git
cd nacos-docker
```