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
When I try to push to a branch other than master, I get the following error:
Running "gitpush:server-production" (gitpush) task
Verifying property gitpush.server-production exists in config...OK
File: [no files]
Options: all=false, upstream=false, tags=false, force, remote="git@code.stanford.edu:ucomm/homesite-2017-deploy.git", branch="aws/prod", verbose, cwd="dev/deploy"
Options: verbose, cwd="dev/deploy", remote="git@code.stanford.edu:ucomm/homesite-2017-deploy.git", branch="aws/prod", force
error: src refspec aws/prod does not match any.
error: failed to push some refs to 'git@code.stanford.edu:ucomm/homesite-2017-deploy.git'
Warning: Use --force to continue.
Aborted due to warnings.
When I try to push to a branch other than master, I get the following error:
Here are my options for gitpush:
When I change the branch from
aws/stag
tostag
I get the same error. When I change the branch tomaster
, the push works:I've tried this with both Node 4.4.7 and 5.12.0 and I get the same behavior.
Any help would be greatly appreciated. I'd really like to be able to push to branches other than master.
The text was updated successfully, but these errors were encountered: