鸿蒙系统,新建空白项目
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 529B

il y a 4 mois
il y a 4 mois
il y a 4 mois
il y a 4 mois
il y a 4 mois
il y a 4 mois
il y a 4 mois
12345678910111213141516171819202122
  1. clone仓库
  2. ```shell
  3. git clone --recurse-submodules https://gitea.51trust.net/xuqinmin/HarmonyOSEmpty.git
  4. ```
  5. 指定新地址
  6. ```shell
  7. git remote set-url origin "新的仓库地址"
  8. ```
  9. 强制推送
  10. ```shell
  11. git push -f origin master
  12. ```
  13. > [git子模块相关操作](https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E5%AD%90%E6%A8%A1%E5%9D%97)
  14. # 问题记录
  15. > Q: 预览失败,无报错信息,或者报错信息指定的位置,没有问题
  16. >
  17. > A: 预览页面所在model下,查找 `.preview`文件夹,删除