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

Unable the push tags #40

Open
robertop87 opened this issue Feb 25, 2019 · 1 comment
Open

Unable the push tags #40

robertop87 opened this issue Feb 25, 2019 · 1 comment

Comments

@robertop87
Copy link

Hello everyone.

I'm wondering why I cannot push from some machines (in this case centos).

I got always the next issue after run gradle release

> Task :shadowJar
> Task :release
To git@bitbucket.org:group*/some-repo-path.git
 * [new tag]         v1.0.14 -> v1.0.14
error: unable to push to unqualified destination: HEAD
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
error: failed to push some refs to 'git@bitbucket.org:group*/some-repo-path.git'

Do you have any idea about this?

Thanks in advance

@netzwerg
Copy link
Owner

That's hard to tell without detailed knowledge of your setup. You might want to double-check that you are on a proper branch (and not in detached HEAD state) when you're triggering the release.

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

2 participants