From 0231ab1af600bb999552453cd29094b8aecba485 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Mon, 16 Aug 2021 06:41:48 +0000 Subject: [PATCH] update en/device-dev/quick-start/quickstart-standard-docker-environment.md. Signed-off-by: duangavin123 --- .../quick-start/quickstart-standard-docker-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/quick-start/quickstart-standard-docker-environment.md b/en/device-dev/quick-start/quickstart-standard-docker-environment.md index c9f27fb455..c8cc2135d3 100644 --- a/en/device-dev/quick-start/quickstart-standard-docker-environment.md +++ b/en/device-dev/quick-start/quickstart-standard-docker-environment.md @@ -19,7 +19,7 @@ The standard OpenHarmony system provides a Docker environment which encapsulates 1. Register your account with Gitee. 2. Register an SSH public key for access to Gitee. -3. Install the [git client](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading)), and configure basic user information. +3. Install the [git client](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading), and configure basic user information. ``` git config --global user.name "yourname" -- GitLab