执行git命令时出现fatal: 'origin' does not appear to be a git repository错误

Posted ding-xu

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 [email protected]:bx_reader/bx-reader-api.git
 
将关联远程仓库为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 错误的经历

git clone 时出现fatal:unable to access 如下情况报错及解决办法

python:使用pip安装时出现Fatal error in launcher错误