update how-to-contribute.md.

修正git clone用开发者Fork的仓库作为上游仓库。

Signed-off-by: Kevin Zhang <zhangjinnan@hotmail.com>
This commit is contained in:
Kevin Zhang 2025-08-19 13:24:10 +00:00 committed by Gitee
parent bf871550db
commit 164df65e7c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- **步骤**
- 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。
```sh
git clone https://gitee.com/ccf-ai-infra/GPUKernelContest.git
git clone https://gitee.com/giteeuseid/GPUKernelContest.git
```
备注:`giteeuseid替换您的url`。