提交 4a5be6e6 编写于 作者: O openharmony_ci 提交者: Gitee

!261 修复文档格式,修复ssh公钥链接不正确问题,私人令牌增加超链接

Merge pull request !261 from 马明帅/master
......@@ -10,7 +10,7 @@
## Preparations<a name="section124971410183614"></a>
- 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<a name="section6125202333611"></a>
......@@ -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
......
......@@ -10,7 +10,7 @@
## 环境准备<a name="section124971410183614"></a>
- 针对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/4191)
- 在开展Gitee的工作流之前,您需要先在OpenHarmony的代码托管平台上找到您感兴趣的Repository。
## 代码下载<a name="section6125202333611"></a>
......@@ -18,7 +18,7 @@
## 从云上Fork代码分支<a name="section8365811818"></a>
1. 找到并打开对应Repository的首页。
2. 点击右上角的 Fork 按钮,按照指引,建立一个属于**“个人”**的云上Fork分支。
2. 点击右上角的 Fork 按钮,按照指引,建立一个属于**个人**的云上Fork分支。
## 把Fork仓下载到本地<a name="section49051646201819"></a>
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册