Git学习系列 -- Not a git repository错误解决方法

Posted 躬匠

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git学习系列 -- Not a git repository错误解决方法相关的知识,希望对你有一定的参考价值。

运行 $ git remote add origin git@github.com:yourName/yourRepo.git命令时提示下面的错误。

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

提示说没有.git这样一个目录。

解决办法如下:运行git init就可以了!

以上是关于Git学习系列 -- Not a git repository错误解决方法的主要内容,如果未能解决你的问题,请参考以下文章

fatal:'origin' does not appear to be a git repository fatal:Could not read from remote repos

git克隆出错 github clone Permission denied (publickey) fatal Could not read from remote repo

git入门(6.repo)

Git系列学习-Git安装

cocoapods 如何使用同一个 repo.git 进行多个私有 repo

how to make a git repo un-git?