标签: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)
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