开发者

bitbucket mercurial don't show username properly

开发者 https://www.devze.com 2023-03-04 04:10 出处:网络
I have my private repository and do commit from my machine. In my hgrc file i have sth like this [ui] username = John <jon@mail.com>

I have my private repository and do commit from my machine. In my hgrc file i have sth like this

[ui]
username = John <jon@mail.com>

In my bu开发者_运维问答cket account I have the same mail and firstname set to John. Now i do commit and under overview tab I have totally different name. How I can fix it? Best regards


When you clone from BitBucket it prepends the site with the current logged in username. For example, instead of cloning from https://bitbucket.org/dls/commit-msg-check it will clone from https://dls@bitbucket.org/dls/commit-msg-check. Note the dls@ in the second url.

If your local .hgrc or Mercurial.ini files have a different user name in them, BitBucket gets (rightfully) confused. This is how BitBucket shows you that it's confused:

bitbucket mercurial don't show username properly

Notice the question marks next to the username. Hovering over them shows "Author not mapped to BitBucket user" help text.

If you're using OpenID to sign into BitBucket, then it would make sense that your username is Artur (the same username that you've used to sign into StackOverflow, I see). In this case, you can check out this link to learn about setting up aliases in BitBucket.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号