- 问题:
- 学习dart,第一次运行时输出台:
-
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>...]'
- 解决:
- www.jianshu.com/p/da64c77d1…
- 在flutter目录下 : git commit --allow-empty -n -m "Initial commit"