git解决 fatal: not in a git directory

Posted emanlee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git解决 fatal: not in a git directory相关的知识,希望对你有一定的参考价值。

git解决 fatal: not in a git directory
 
问题描述:
执行下面语句时报错:fatal: not in a git directory

git config --global user.name "yourName" //注意,--和global之间没有空格
git config --global user.email "yourName@gmail.com"
 

先进入git目录,或使用 git init 新建一个 Git 仓库。
然后再执行即可。

如果报错:
error :key does not contain a section: global

出现错误的原因是–和global之间加了空格,去掉即可

以上是关于git解决 fatal: not in a git directory的主要内容,如果未能解决你的问题,请参考以下文章

git解决 fatal: not in a git directory

fatal: not in a git directory(Git)

git 解决fatal: Not a git repository

git 解决fatal: Not a git repository

git --解决fatal: Not a git repository

mac 使用brew安装提示fatal: not in a git directory Error: Command failed with exit 128: git