From de41df9d5870119e5fb981ae22af91e7b0da9450 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 31 Mar 2022 02:58:13 +0000 Subject: [PATCH] update zh-cn/device-dev/get-code/sourcecode-acquire.md. Signed-off-by: duangavin123 --- zh-cn/device-dev/get-code/sourcecode-acquire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/get-code/sourcecode-acquire.md b/zh-cn/device-dev/get-code/sourcecode-acquire.md index 2f4d88aef0..6085df9278 100644 --- a/zh-cn/device-dev/get-code/sourcecode-acquire.md +++ b/zh-cn/device-dev/get-code/sourcecode-acquire.md @@ -45,7 +45,7 @@ OpenHarmony当前为开发者提供了以下4种获取源码的方式,开发 4. 安装码云repo工具,可以执行如下命令。 ``` - curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo #如果没有权限,可下载至其他目录,并将其配置到环境变量中 + curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 -o /usr/local/bin/repo #如果没有权限,可下载至其他目录,并将其配置到环境变量中 chmod a+x /usr/local/bin/repo pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests ``` -- GitLab