首页 > 移动平台 > 详细

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

时间:2018-05-13 14:59:00      阅读:4568      评论:0      收藏:0      [点我收藏+]
在执行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@github:bx_reader/bx-reader-api.git
 
将关联远程仓库为origin

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

原文:https://www.cnblogs.com/dingxu/p/9032014.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!