You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We use Bitbucket Pipelines.
We have some release process defined in Pipelines. In this step we create a new git tag and do finally a "git push origin <my-tag-name>".
It works so far, but in the Pipelines console log I see the following Warning message:
remote: Your account does not have an email address associated with it
remote: Please set one by visiting ....
How can I get rid of this message? Or what's the issue producing this warning?
Thanks for help!
I have the same problem when I work with a repository that is in my workspace
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I get the same warning while using OAuth consumer. In my case it's likely being caused by not having an actual Bitbucket user associated with the email that I set with git config before I can write to the repo.
This might be helped by having dedicated bot users, so please vote on this request: https://jira.atlassian.com/browse/BCLOUD-11739.
Alternatively, can have emails associated with OAuth consumers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.