From 152a9e1449bcabd1433e250ec8e16d66a16657d7 Mon Sep 17 00:00:00 2001 From: duangavin123 <542985702@qq.com> Date: Wed, 2 Jun 2021 16:31:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/device-dev/get-code/=E6=BA=90?= =?UTF-8?q?=E7=A0=81=E8=8E=B7=E5=8F=96.md.=20=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8Crepo=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E5=B0=86pip=E6=94=B9=E4=B8=BApip3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\272\220\347\240\201\350\216\267\345\217\226.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" "b/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" index ed57a5a5d1..7ee7bccf90 100755 --- "a/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" +++ "b/zh-cn/device-dev/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" @@ -280,7 +280,7 @@ OpenHarmony是由开放原子开源基金会(OpenAtom Foundation)孵化及 1. 注册码云gitee账号。 2. 注册码云SSH公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4181)。 -3. 安装[git客户端](http://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git)和[git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading))并配置用户信息。 +3. 安装[git客户端](http://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git)和[git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading)并配置用户信息。 ``` git config --global user.name "yourname" @@ -293,7 +293,7 @@ OpenHarmony是由开放原子开源基金会(OpenAtom Foundation)孵化及 ``` curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo chmod a+x /usr/local/bin/repo - pip install -i https://repo.huaweicloud.com/repository/pypi/simple requests + pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests ``` -- GitLab