请提交你的 Git 修改后继续操作
Feng373712195 opened this issue · 3 comments
Feng373712195 commented
Describe the bug
使用arco-cli初始化项目出现 请提交你的 Git 修改后继续操作 提示,然后停止,不知道下一步如何操作。
To Reproduce
Steps to reproduce the behavior:
- yarn global add arco-cli
- 选择了公网版本
- arco init 项目名称
- 提示 请提交你的 Git 修改后继续操作
Expected behavior
成功初始化项目
Desktop (please complete the following information):
- OS: [e.g. MacOS]
- node version [e.g. v14.19.1]
- yarn version [e.g v1.22.10]
Additional context
初始化项目是在一个没有任何.git文件的文件夹下初始化的
MisterLuffy commented
git status
能执行吗?
UsVfxArtia commented
MisterLuffy commented
arco init
时要求 Git 工作区是干净的,如果报上边的错请检查一下 git status --short
的执行结果。