当前位置:   article > 正文

执行git命令报错: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命令报错:

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

二、问题分析

没有初始化git本地版本管理仓库,在打开文件的子目录层级中不包含.git文件,所以无法执行git命令。

三、解决方案

执行git初始化 ,进行初始化

git init

查看其状态

git status
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/498752
推荐阅读
相关标签
  

闽ICP备14008679号