You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Sathwik B P <sa...@gmail.com> on 2013/02/05 13:55:21 UTC

Problem pushing changes to branches of ODE in new ODE git repo

Hi devs,

Found a problem with pushing changes to the new git repo of ODE.

~/sources/ode [master]$ git branch --track my-1.3.6.x origin/ode-1.3.6.x
made some changes and committed.
~/sources/ode [my-1.3.6.x]$ git push origin ode-1.3.6.x
I was asked to enter username/password and then I get the below error
message
error: src refspec ode-1.3.6.x does not match any.
error: failed to push some refs to '
https://git-wip-us.apache.org/repos/asf/ode.git'

I was able to push the changes when I created the local tracking branch
with the same name as of the remote.
i.e ~/sources/ode [master]$ git branch --track ode-1.3.6.x
origin/ode-1.3.6.x

regards,
sathwik