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] 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 c3774e1e1b..1d02e0b51e 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 -- GitLab