我刚刚创建了一个新的 Heroku 应用程序,但我无法将backend
我的 repo(分支staging
)的子树文件夹推送到新创建的应用程序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
。这个“不合格的目的地”是什么意思?这个命令不应该创建远程分支吗?