错误“致命:不明确的参数“HEAD”:未知修订版本或路径不在工作树中”?

发布于 2025-01-09 19:02:07 字数 124 浏览 0 评论 0原文

我尝试在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

攒一口袋星星 2025-01-16 19:02:08

当我在没有 git 提交的新 git 存储库中运行 git subtree add 时,我遇到了同样的错误。在我创建初始提交后它就消失了:

touch README.md
git add README.md
git commit -m  "initial commit"

我不确定什么是颤动,但我猜测在该过程中的某个地方它也遇到了一个没有提交的存储库。

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:

touch README.md
git add README.md
git commit -m  "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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文