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

git远程库与本地联系报错:fatal: Not a git repository (or any of the parent directories): .git

时间:2018-05-10 23:34:51      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:命令   style   管理   remote   初始化   init   方法   解决   无法   

在github上新建了一个仓库,然后相与本地的仓库联系起来

$ git remote add origin https://github.com/lizhong24/mysite2.git

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

总是报这个错

产生原因:一般是没有初始化git本地版本管理仓库,所以无法执行git命令

解决方法:操作之前执行以下命令行: git init

然后执行一下git status查看状态信息,问题解决。

git远程库与本地联系报错:fatal: Not a git repository (or any of the parent directories): .git

标签:命令   style   管理   remote   初始化   init   方法   解决   无法   

原文地址:https://www.cnblogs.com/areyouready/p/9021831.html

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