安装flutter环境时出现fatal: ambiguous a
2020-04-01 本文已影响0人
wang_ang
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"