执行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 + 你的项目地址
posted @ 2020-03-23 16:16  冷空气的清晰  阅读(9747)  评论(0编辑  收藏  举报