码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2020-03-23 17:19:27      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:原因   lease   read   exist   fatal   远程   origin   命令   bsp   

在执行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错误

标签:原因   lease   read   exist   fatal   远程   origin   命令   bsp   

原文地址:https://www.cnblogs.com/chentailin/p/12552875.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!