You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a build cookbook for a cookbook that is still being developed in parallel on github, so I do not want to push to master of that cookbook on github yet. I specified the branch delivery, intending to push there on github until the author is using delivery also.
However, when this tries to push you get the following:
error: src refspec delivery does not match any.
error: failed to push some refs to '[email protected]:tylercloke/qa-chef-server-cluster.git'
This is because the branch delivery does not exist locally. This tool should consider creating the branch locally before pushing to support pushing to branches that exist on github and not in delivery, or use another git method to do so that I am unaware of.
The text was updated successfully, but these errors were encountered:
I am working on a build cookbook for a cookbook that is still being developed in parallel on github, so I do not want to push to master of that cookbook on github yet. I specified the branch
delivery
, intending to push there on github until the author is using delivery also.However, when this tries to push you get the following:
This is because the branch
delivery
does not exist locally. This tool should consider creating the branch locally before pushing to support pushing to branches that exist on github and not in delivery, or use another git method to do so that I am unaware of.The text was updated successfully, but these errors were encountered: