`
aigo
  • 浏览: 2636110 次
  • 性别: Icon_minigender_1
  • 来自: 宜昌
社区版块
存档分类
最新评论

[git]执行remote add时报错:fatal: Not a git repository

阅读更多

 

执行git remote add命令时报这个错误:

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

 

原因:

当前所在的目录不是一个git目录,要么切换目录到你想添加的git目录下,或者在当前目录下初始化一个git目录:git init

 

 

 

分享到:
评论

相关推荐

    解决git:fatal:Unable to create”…/.git/index.lock” 的错误

    问题描述: 在使用git 进行提交时, 出现上面这个报错, 导致无法提交. 报错大致意思就是创建index.lock文件失败,因为已经存在index.lock文件了. index.lock文件是在.git下面, 而.git是一般是隐藏的, 那么可以通过以下...

    git fatal detected dubious ownership in repository 的解决方法.rar

    开发案列优质学习资料资源工具与案列应用场景开发文档教程资料

    码云出现错误git@gitee.com: Permission denied (publickey). fatal: Could not read from remote repository. P

    第一步 重新生成ssh ssh-keygen -t rsa -C “这里需要填写邮箱。我填写的是我的绑定主邮箱。我想其他邮箱也是可以的,只不过我没有测试。” 第二步 ...最后输入ssh -T git@gitee.com 即可 作者:亦圻

    解决 github项目clone报错 Failed connect to github.com:443; 解决

    起因:npm构建时报错 npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! npm ERR! fatal: unable to access '...

    解决fatal:remote error:You can't push to git://github.com/username/*.git问题的办法

    git remote add origin git@github.com:username/repository.git ``` 将`username`替换为您的GitHub用户名,`repository`替换为您仓库的实际名称。 5. **再次尝试推送**:完成上述步骤后,您应该可以正常推送了...

    git&github;学习笔记

    - 再次执行`git remote add origin git@github.com:<your_username>/hello-world.git`。 通过以上步骤,你将能够顺利地在本地设置好Git环境,并学会如何将项目托管到GitHub上。这不仅有助于项目的版本管理,还能...

    error: RPC failed; result=18, HTTP code = 200 fatal: The remote end hung up unexpectedly

    error: RPC failed; result=18, HTTP code = 200 fatal: The remote end hung up unexpectedly fatal: 过早的文件结束符(EOF) ...Try running the command below in the remote repository if error is fatal: inde

    Jenkins拉代码提示端口错误

    - **fatal: Could not read from remote repository**:致命错误:无法从远程仓库读取。 - **可能原因**:除了上述公钥认证失败外,还可能是网络问题或者远程仓库不存在。 #### 三、解决方案 ##### 1. 检查SSH...

    GCMW-1.20.0.exe.rar

    解决 git 报错问题。fatal: HttpRequestException encountered. ...Error encountered while pushing to the remote repository: Git failed with a fatal error. fatal: HttpRequestException encountered.

    解决 github项目clone报错 Failed connect to github.com:443; Connection

    起因:npm构建时报错 npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! npm ERR! fatal: unable to access '...

    Centos7 gitlab-ci shell使用git pull拉取代码出错原因

    在自动化shell中执行了:git pull, 出现如下错误: Running with gitlab-runner 12.7.1 (003fe500) on api deploy xLVW27yp Using Shell executor... Running on VM_222_128_centos... Fetching changes with git ...

    git中文手册

    3. **常见问题及解决方案**:如遇到常见的错误提示,如“fatal: Not a git repository (or any of the parent directories)”表示当前目录没有被初始化为Git仓库;“error: Your local changes to the following ...

    GCMW-1.20.0.rar

    解决vs2019提交代码到github报错问题。 Error encountered while pushing to the remote repository: Git failed with a fatal error. fatal: HttpRequestException encountered.

    git与github学习宝典比较详细的图文教程

    当你遇到“fatal: destination path 'drag' already exists and is not an empty directory.”这样的错误时,这意味着你试图克隆一个 Git 仓库到一个已经存在的非空目录。为了解决这个问题,你需要先清空或删除该...

    GitHub学习记录

    1. **fatal:not a git repository** - 此错误表明当前目录不是一个git仓库,需要先执行`git init`初始化仓库。 2. **fatal:refusing to merge unrelated histories** - 此错误发生在尝试合并两个无关的git历史...

    build-webos:webOS OSE构建层

    fatal: Not a git repository (or any parent up to mount parent). Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYTEM not set). 先决条件 在构建之前,您将需要一些工具。 如果您尝试在没有它们...

    AdditionGameMethodsArraysLoops

    fatal: Not a git repository (or any of the parent directories): .git D:\KLD_CS1_WorkSpace\AdditionGameMethodsArraysLoops>git init Initialized empty Git repository in D:/KLD_CS1_WorkSpace/...

    mern-itinerary

    例子: /应该改为/contacts不是/通过输入git status确认您尚未在github存储库中: 好的: fatal: not a git repository (or any of the parent directories): .git错误/移动到计算机上的其他位置On branch ...

    Gitlab使用.docx

    同时,确保你的计算机已信任GitLab服务器,否则可能会在推送时遇到“Push failed: Failed with error: fatal: Could not read from remote repository.”的错误。 总的来说,GitLab作为一个全面的代码管理工具,...

    flutter_wallet_app:内置Flutter的电子钱包应用

    flutter_wallet_app 智能课程应用程序是由( 设计的程序的设计实现下载应用程式Android屏幕截图主页转账页面 iOS萤幕撷取画面主页转账页面 目录结构lib│-- main.dart └───src └───theme | │──light_...

Global site tag (gtag.js) - Google Analytics