audio_pr_create
Installation
SKILL.md
初始化
- 查看当前是否配置令牌,如果没有配置,用
./assets/config.json中的'username'和'token'进行git的配置
git config --global credential.helper store
初始化仓库
- 采用
git remote -v查看当前远端仓库是否存在,远端仓库一般下列形式:
upstream https://gitcode.com/openharmony/multimedia_audio_framework (fetch)
upstream https://gitcode.com/openharmony/multimedia_audio_framework (push)
- 查看fork仓库是否添加,fork仓库格式为: "https://gitcode.com/{username}/{repo}.git"其中,{username}和{repo}为`./assets/config.json`中的'username'和'token',fork仓库一般命名为origin,
如果没有,使用
git remote add加上
初始化oh-gc CLI
- 参考
./references/Readme.md进行oh-gc的初始化,其中登录使用的token采用./assets/config.json的token