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

admin
2022-03-06 / 0 评论 / 437 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2022年03月06日,已超过780天没有更新,若内容或图片失效,请留言反馈。

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

解决方案:
提示说没有.git这样一个目录

git init
3

评论 (0)

取消