执行git命令时出现fatal: 'origin' does not appear to be a git repository错误
Posted 冷空气的清晰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了执行git命令时出现fatal: 'origin' does not appear to be a git repository错误相关的知识,希望对你有一定的参考价值。
在执行git pull origin master时出现:
fatal: ‘origin‘ does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists
原因是本地分支和远程分支断开连接
关联一下 git remote add origin + 你的项目地址
以上是关于执行git命令时出现fatal: 'origin' does not appear to be a git repository错误的主要内容,如果未能解决你的问题,请参考以下文章
推送代码分支时出现:fatal: 'origin' does not appear to be a git repository
android studio提交到开源git时出现:fatal: refusing to merge unrelated histories的解决办法
Git在提交代码时出现的fatal: Authentication failed的问题
使用Git客户端克隆项目时出现fatal: unable to access 错误的经历