码迷,mamicode.com
首页 > 其他好文 > 详细

git解决 fatal: not in a git directory

时间:2020-05-30 17:14:01      阅读:548      评论:0      收藏:0      [点我收藏+]

标签:glob   dash   das   conf   gmail   ror   报错   解决   director   

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

标签:glob   dash   das   conf   gmail   ror   报错   解决   director   

原文地址:https://www.cnblogs.com/emanlee/p/12993683.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!