You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Execution of 'git -C /tmp/db 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 <command> [<revision>...] -- [<file>...]'
... HEAD
Why does nimble need to use git anyway?
The text was updated successfully, but these errors were encountered:
How to reproduce
git init
nimble init -y
(with fix from Fix create directory behavior #983)nimble run
Why does nimble need to use git anyway?
The text was updated successfully, but these errors were encountered: