码迷,mamicode.com
首页 > 其他好文 > 详细

bitbucket工程改名导致 repository does not exist. fatal: Could not read from remote repository.

时间:2018-11-16 17:40:54      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:div   get   ref   block   bsp   target   dna   class   could not   

在bitbucket上把工程改名了,就忘了。

结果同步时报错。

先在本地查看一下

git remote -v

果然是工程的老名字

origin git@bitbucket.org:XXX/oldname.git (fetch)
origin git@bitbucket.org:XXX/oldname.git (push)

参考https://stackoverflow.com/questions/24875756/conq-repository-does-not-exist-fatal-could-not-read-from-remote-repository

git remote set-url origin git@bitbucket.org:XXX/NewName.git

OK!

 

bitbucket工程改名导致 repository does not exist. fatal: Could not read from remote repository.

标签:div   get   ref   block   bsp   target   dna   class   could not   

原文地址:https://www.cnblogs.com/xuanmanstein/p/9969661.html

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