Azure repo - Can't create or push tag
I host a project on Azure DevOps Repositories and I would like to create several git tag for project version release.
I'm a GitKraken user so I added a new tag and push it to origin but this error occurs:
So I checked my permission on Azure (even if I'm the project Administrator), and I allow the creation of git tag to every role.
This done nothing.
I also tried to push my tags using the git push --tags
command in the bash console, but the same error is displayed.
Can someone help me to understand why I don't have as an Administrator the permission of creating git tags?
P.S : On Azure, my user profile is on Basic Access Level.