用 git add file
添加文件时出现这样错误:
fatal: Not a git repository (or any of the parent directories): .git
提示说没有
.git
这样一个目录,
解决办法如下:
git init
就可以了!