From 6aa0014704e2233c0b662a5dd0da093960724211 Mon Sep 17 00:00:00 2001 From: yystopf Date: Wed, 15 May 2024 11:29:59 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E8=B7=A8=E5=B9=B3=E5=8F=B0=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=90=8C=E6=AD=A5.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/第三方服务/跨平台代码同步.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/第三方服务/跨平台代码同步.md b/docs/第三方服务/跨平台代码同步.md index 4882152..afccb66 100644 --- a/docs/第三方服务/跨平台代码同步.md +++ b/docs/第三方服务/跨平台代码同步.md @@ -22,7 +22,7 @@ sidebar_position: 2 2、配置跨平台的同步仓库,支持github和gitee。需输入代码库地址(git地址和网站访问地址均支持),以及配置对应token用于授权同步,此处须注意token的权限以及是否过期。 Github配置方式为:个人头像→Settings→Developer Settings→Personal access tokens (classic)→Generate new token→勾选repo按钮→保存 -Github配置方式为:个人头像→设置→私人令牌→生成新令牌→勾选projects权限→提交 +Gitee配置方式为:个人头像→设置→私人令牌→生成新令牌→勾选projects权限→提交 ![4.配置同步仓库](../../static/img/reposyncer/4.配置同步仓库.jpg)