鸿蒙系统,新建空白项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
4 月之前
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`文件夹,删除