Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release script fails with a newer git version #100

Open
dprotaso opened this issue Nov 1, 2021 · 0 comments
Open

Release script fails with a newer git version #100

dprotaso opened this issue Nov 1, 2021 · 0 comments

Comments

@dprotaso
Copy link
Member

dprotaso commented Nov 1, 2021

I'm using git version 2.33.0

Remote upstream URL is '[email protected]:dprotaso/serving.git'
+ [[ -z [email protected]:dprotaso/serving.git ]]
+ setup_branch
+ [[ -z release-1.1 ]]
+ git fetch https://github.com/dprotaso/serving release-1.1:upstream/release-1.1
fatal: Refusing to fetch into current branch refs/heads/upstream/release-1.1 of non-bare repository
+ ((  IS_PROW  ))
+ git checkout -b release-1.1 upstream/release-1.1
warning: refname 'upstream/release-1.1' is ambiguous.
warning: refname 'upstream/release-1.1' is ambiguous.
fatal: Ambiguous object name: 'upstream/release-1.1'.
+ abort 'cannot checkout branch release-1.1'
+ echo 'error: cannot checkout branch release-1.1'
error: cannot checkout branch release-1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant