gpt4 book ai didi

git - "unqualified destination"git 子树推送错误

转载 作者:太空狗 更新时间:2023-10-29 13:07:51 25 4
gpt4 key购买 nike

我刚刚创建了一个新的 Heroku 应用程序,但我无法将我的存储库(分支 staging)的子树文件夹 backend 推送到新创建的应用程序 myapp-staging(还没有分支)。

这是我推送子树的方式:

git push heroku `git subtree split --prefix=backend staging`:master

相关错误:

error: unable to push to unqualified destination: master
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
error: failed to push some refs to 'git@heroku.com:myapp-staging.git'

我试过 git fetch heroku。这个“不合格的目的地”是什么意思?这个命令不应该创建远程分支吗?

最佳答案

好的,感谢 http://makingsoftware.wordpress.com/2013/02/16/using-git-subtrees-for-repository-separation/ 有了主意

我试过:

git subtree split --prefix=bakcend -b test
git push heroku test:master

它就像一个魅力。可能问题在于使用子树命令创建分支...

关于git - "unqualified destination"git 子树推送错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18674764/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com