错误“致命:不明确的参数“HEAD”:未知修订版本或路径不在工作树中”?
我尝试在cmd中运行命令“flutter”。我收到这个错误 请解决它。
致命:不明确的参数“HEAD”:未知修订版或路径不在工作树中。 使用“--”将路径与修订版分开,如下所示: 'git [...] -- [...]'
I tried running the command 'flutter' in cmd. I am getting this error
please resolve it.
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我在没有 git 提交的新 git 存储库中运行 git subtree add 时,我遇到了同样的错误。在我创建初始提交后它就消失了:
我不确定什么是颤动,但我猜测在该过程中的某个地方它也遇到了一个没有提交的存储库。
I get the same error when I run
git subtree add
in a new git repo with no git commits. It goes away after I create an initial commit:I'm not sure what flutter is, but I'm guessing that somewhere along the line it is also running into a repo with no commits in it.