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
{{ message }}
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
fyi, that commit I added is just a hack workaround to explain the problem I'm seeing a little more. I'm not aware of how this problem may have come up or have been solved in the past.
brenton
added a commit
to brenton/vagrant-openshift
that referenced
this issue
Nov 14, 2016
I suspect this behavior may have broken whenever the support for having an 'upstream' remote was added. git checkout <branch> is only equivalent to git checkout -b branch origin/<branch> if there is one remote. When I run vagrant origin-local-checkout --repo openshift-ansible --user rhcarvalho --branch pre-flight-checks I have a locally cloned repo with two remotes origin and upstream.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Neither of these commands result in the
pre-flight-checks
branch being checked out:The text was updated successfully, but these errors were encountered: