From 188883371a81754ee3a2cf6dc421f7245be5a1d7 Mon Sep 17 00:00:00 2001 From: weng-changcheng Date: Sun, 4 May 2025 03:55:41 +0000 Subject: [PATCH] add some step for download code Signed-off-by: weng-changcheng --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe30009..a43dd1e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ ArkCompiler是一种统一编程平台,包含编译器、工具链、运行时 ``` 3. 下载源码。 ```shell + git config --global user.email "you@example.com" + git config --global user.name "Your Name" repo init -u https://gitee.com/ark-standalone-build/manifest.git -b master repo sync -c -j8 repo forall -c 'git lfs pull' -- Gitee