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"