1 Star 0 Fork 0

zhangqiang/blue_compile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sync error -j1.log 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
zhangqiang 提交于 2024-12-11 19:18 +08:00 . 1
zq@DESKTOP-RGE1MF4:~/OpenHarmony$ repo sync -c -j1 --fail-fast
Fetching projects: 2% (10/444) xts_actsremote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
Fetching projects: 2% (13/444) third_party_notofontsremote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
Fetching projects: 3% (14/444) kernel_linux_5.10remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
Fetching projects: 100% (444/444), done.
error: Your local changes to the following files would be overwritten by checkout:
code/UI/TabContentTouchHotZone/casesfeature/tabcontentoverflow/src/main/resources/rawfile/tabcontentoverflow_play_video.MP4
Please commit your changes or stash them before you switch branches.
Aborting
applications/standard/app_samples/: discarding 411 commits
error: applications/standard/app_samples/: applications_app_samples checkout 8c59fcff98b29807e1dd3175e58923f0ee16b692
error: Cannot checkout applications_app_samples
error: Unable to fully sync the tree.
error: Checking out local projects failed.
Failing repos:
applications/standard/app_samples
Try re-running with "-j1 --fail-fast" to exit at the first error.
# 根据提示进入目录applications/standard/app_samples/
# git status
zq@DESKTOP-RGE1MF4:~/OpenHarmony/applications/standard/app_samples$ git status
Not currently on any branch.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: code/DocsSample/ApplicationModels/MindSporeLiteArkTSDemo/entry/src/main/resources/rawfile/mobilenetv2.ms
modified: code/DocsSample/ApplicationModels/MindSporeLiteCDemo/entry/src/main/resources/rawfile/mobilenetv2.ms
modified: code/UI/TabContentTouchHotZone/casesfeature/tabcontentoverflow/src/main/resources/rawfile/tabcontentoverflow_play_video.MP4
It took 2.06 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
# git reset --hard
# git clean -df
# 再次执行 repo sync -c --fail-fast
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/inkuu/blue_compile.git
git@gitee.com:inkuu/blue_compile.git
inkuu
blue_compile
blue_compile
master

搜索帮助