# Good morning everyone 🙂 I posted this in #tooling as well, but wanted to get # more eyes on this here: # I'm not sure what's going wrong here, but on my system, when I try to run nimble # commands, I always get the following message: rtiow-nim cytek$ nimble run Tip: 2 messages have been suppressed, use --verbose to show them. tools.nim(62) tryDoCmdEx Error: Execution of 'git -C /Users/cytek/projects/nim/rtiow-nim rev-parse HEAD' failed with an exit code 128. ... Details: fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. ... Use '--' to separate paths from revisions, like this: ... 'git [...] -- [...]' ... HEAD # This was in a folder that I just ran `nimble init` in and accpeted all of the # defaults. I then ran `nimble run` and I got the error above. Any idea what's # going on there? I'm on a Mac x86_64 architecture if that helps at all. # Also, if I run `nimble version` I get the following: % nimble --version nimble v0.14.2 compiled at 2023-12-03 01:04:11 git hash: couldn't determine git hash