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

warning: refname 'master' is ambiguous. #565

Closed
maelvls opened this issue Aug 30, 2024 · 1 comment
Closed

warning: refname 'master' is ambiguous. #565

maelvls opened this issue Aug 30, 2024 · 1 comment

Comments

@maelvls
Copy link
Member

maelvls commented Aug 30, 2024

I kept having:

$ git rb -i master       
warning: refname 'master' is ambiguous.
warning: refname 'master' is ambiguous.

I noticed that the master tag exists along side the master branch, which causes all sorts of issues. I'm not sure why the master tag was created in the first place, so I'll go ahead and remove it. It pointed to b2384c5:

Screenshot 2024-08-30 at 07 54 34

@maelvls maelvls changed the title Master warning: refname 'master' is ambiguous. Aug 30, 2024
@wallrj
Copy link
Member

wallrj commented Nov 20, 2024

Looks like you removed the tag. Thanks @maelvls

$ git fetch --all --prune --tags --prune-tags
Fetching origin
From github.com:jetstack/jetstack-secure
 - [deleted]         (none)     -> master
...

$ git tag | grep -i master

@wallrj wallrj closed this as completed Nov 20, 2024
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