From 1d04c1d1944610f12bed420a00c2fa79df2a3092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E6=98=8E=E5=B8=85?= Date: Tue, 30 Mar 2021 11:35:33 +0800 Subject: [PATCH 1/3] Fix #I3E69M #I3E68K --- .../\350\264\241\347\214\256\346\265\201\347\250\213.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" "b/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" index c3774e1e1bc..1d02e0b51e8 100644 --- "a/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" +++ "b/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" @@ -10,7 +10,7 @@ ## 环境准备 - 针对Git的安装、环境配置及使用方法,请参考码云帮助中心的Git知识大全:[https://gitee.com/help/categories/43](https://gitee.com/help/categories/43) -- 注册SSH公钥,请参考码云帮助中心的公钥管理:[https://gitee.com/help/articles/4181](https://gitee.com/help/articles/4181) +- 注册SSH公钥,请参考码云帮助中心的公钥管理:[https://gitee.com/help/articles/4191](https://gitee.com/help/articles/4181) - 在开展Gitee的工作流之前,您需要先在OpenHarmony的代码托管平台上找到您感兴趣的Repository。 ## 代码下载 @@ -18,7 +18,7 @@ ## 从云上Fork代码分支 1. 找到并打开对应Repository的首页。 -2. 点击右上角的 Fork 按钮,按照指引,建立一个属于**“个人”**的云上Fork分支。 +2. 点击右上角的 Fork 按钮,按照指引,建立一个属于**个人**的云上Fork分支。 ## 把Fork仓下载到本地 @@ -122,7 +122,7 @@ repo config --global repo.token {TOKEN} ``` -token码在码云个人设置→安全设置→私人令牌中生成,例如 +token码在码云[个人设置→安全设置→私人令牌](https://gitee.com/profile/personal_access_tokens)中生成,例如 ``` repo config --global repo.token 211XXXXXXXXXXXXXXXXXXXXXXXX -- Gitee From b168f2f3d0fa29374e55a83f3325a7cb2650e666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E6=98=8E=E5=B8=85?= Date: Tue, 30 Mar 2021 11:38:29 +0800 Subject: [PATCH 2/3] update en/contribute/contribution-process.md. --- en/contribute/contribution-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/contribute/contribution-process.md b/en/contribute/contribution-process.md index bd5cc0bc198..3305b52c038 100644 --- a/en/contribute/contribution-process.md +++ b/en/contribute/contribution-process.md @@ -10,7 +10,7 @@ ## Preparations - Install, configure, and use Git. For details, visit [https://gitee.com/help/categories/43](https://gitee.com/help/categories/43). -- Register an SSH public key. For details, visit [https://gitee.com/help/articles/4181](https://gitee.com/help/articles/4181). +- Register an SSH public key. For details, visit [https://gitee.com/help/articles/4191](https://gitee.com/help/articles/4191). - Find the repository that you are interested in on the code hosting platform of OpenHarmony. ## Downloading Code @@ -122,7 +122,7 @@ Perform the following steps to download the code in the repository to your compu repo config --global repo.token {TOKEN} ``` -The token is generated by choosing **Settings** \> **Security Settings** \> **Private Token** on Gitee. Example: +The token is generated by choosing **Settings** \> **Security Settings** \> [**Private Token**](https://gitee.com/profile/personal_access_tokens) on Gitee. Example: ``` repo config --global repo.token 211XXXXXXXXXXXXXXXXXXXXXXXX -- Gitee From 184f802ceea65908eaf80e6300e50716da7fb76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E6=98=8E=E5=B8=85?= Date: Tue, 30 Mar 2021 11:39:07 +0800 Subject: [PATCH 3/3] =?UTF-8?q?update=20zh-cn/contribute/=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E6=B5=81=E7=A8=8B.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\350\264\241\347\214\256\346\265\201\347\250\213.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" "b/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" index 1d02e0b51e8..9390504e50e 100644 --- "a/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" +++ "b/zh-cn/contribute/\350\264\241\347\214\256\346\265\201\347\250\213.md" @@ -10,7 +10,7 @@ ## 环境准备 - 针对Git的安装、环境配置及使用方法,请参考码云帮助中心的Git知识大全:[https://gitee.com/help/categories/43](https://gitee.com/help/categories/43) -- 注册SSH公钥,请参考码云帮助中心的公钥管理:[https://gitee.com/help/articles/4191](https://gitee.com/help/articles/4181) +- 注册SSH公钥,请参考码云帮助中心的公钥管理:[https://gitee.com/help/articles/4191](https://gitee.com/help/articles/4191) - 在开展Gitee的工作流之前,您需要先在OpenHarmony的代码托管平台上找到您感兴趣的Repository。 ## 代码下载 -- Gitee