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>...]'
解决方式 : 在flutter目录下 : git commit --allow-empty -n -m "Initial commit"