git:not a git repository (or any of the parent directories)
Posted curo0119
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git:not a git repository (or any of the parent directories)相关的知识,希望对你有一定的参考价值。
我用git add file添加文件时出现了这样错误:
fatal: Not a git repository (or any of the parent directories): .git
提示说没有.git这样一个目录,解决办法如下:
git init就可以了!
也就是说,在命令行敲入git init回车之后,再重新执行添加文件的命令即可。
如下图所示:
从图中可以看出,问题已经解决。
以上是关于git:not a git repository (or any of the parent directories)的主要内容,如果未能解决你的问题,请参考以下文章
Git学习系列 -- Not a git repository错误解决方法
git --解决fatal: Not a git repository
ERROR: Repository not found. ////Git, but is not registered in the Settings.
fatal: Not a git repository Stopping at filesystem boundary
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git