JavaShuo
栏目
标签
git 解决fatal: Not a git repository
时间 2021-07-12
标签
git
fatal问题
栏目
Git
繁體版
原文
原文链接
我用git add file添加文件时出现了这样错误: fatal: Not a git repository (or any of the parent directories): .git 提示说没有.git这样一个目录,解决办法如下: git init就可以了! 也就是说,在命令行敲入git init回车之后,再重新执行添加文件的命令即可。 如下图所示: 从图中可以看出,问题已经解决。
>>阅读原文<<
相关文章
1.
git --解决fatal: Not a git repository
2.
git 解决fatal: Not a git repository
3.
edx fatal: Not a git repository
4.
解决 fatal: Not a git repository (or any of the parent directories): .git 问题
5.
fatal: Not a git repository Stopping at filesystem boundary
6.
fatal: 'origin' does not appear to be a git repository
7.
Git之fatal: not a git repository (or any of the parent directories): .git问题解决
8.
git add... fatal: not a git repository (or any of the parent directories): .git
9.
解决“fatal: Not a git repository (or any of the p...
10.
git push失败,报错fatal: does not appear to a git repository Could not read from remote repository
更多相关文章...
•
Git Gitee
-
Git 教程
•
Git 标签
-
Git 教程
•
Git五分钟教程
•
Git可视化极简易教程 — Git GUI使用方法
相关标签/搜索
git#git
git
fatal
git+github+git
repository
git+jenkins
git+tortoisegit
git+intellijide
86.git
config+git
Git
Git 教程
Spring教程
NoSQL教程
Git
Git GUI
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
在windows下的虚拟机中,安装华为电脑的deepin操作系统
2.
强烈推荐款下载不限速解析神器
3.
【区块链技术】孙宇晨:区块链技术带来金融服务的信任变革
4.
搜索引起的链接分析-计算网页的重要性
5.
TiDB x 微众银行 | 耗时降低 58%,分布式架构助力实现普惠金融
6.
《数字孪生体技术白皮书》重磅发布(附完整版下载)
7.
双十一“避坑”指南:区块链电子合同为电商交易保驾护航!
8.
区块链产业,怎样“链”住未来?
9.
OpenglRipper使用教程
10.
springcloud请求一次好用一次不好用zuul Name or service not known
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
git --解决fatal: Not a git repository
2.
git 解决fatal: Not a git repository
3.
edx fatal: Not a git repository
4.
解决 fatal: Not a git repository (or any of the parent directories): .git 问题
5.
fatal: Not a git repository Stopping at filesystem boundary
6.
fatal: 'origin' does not appear to be a git repository
7.
Git之fatal: not a git repository (or any of the parent directories): .git问题解决
8.
git add... fatal: not a git repository (or any of the parent directories): .git
9.
解决“fatal: Not a git repository (or any of the p...
10.
git push失败,报错fatal: does not appear to a git repository Could not read from remote repository
>>更多相关文章<<