fatal: not a git repository (or any of the parent directories): .git


 

fatal: not a git repository (or any of the parent directories): .git

 

提示缺少 .git 目录,需要执行如下命令初始化创建 .git 目录:

git init

 

相关文章: