Greetings,
I work on some reposirories on BitBucket from my home and my work, with two differents computers.
On each one I set a different SSH key that I added on my account settings as "Home" and "Work", following the classic way to generate them.
Despite of these keys added to my BB profile, when I do commits from my work I appear as an "non registered" user on the project stream :
As you can see on the screenshot I can commit but my profile seems to be unknown.
I use the same workflow on GitHub without any problems.
Any idea? :)
Hi Nicolas,
Make sure you've added your name and e-mail address at work like such:
git config user.name "FIRST_NAME LAST_NAME"
git config user.email "MY_NAME@example.com"
and verify the settings with:
cat .git/config
Also, make sure the e-mail address you use is confirmed on your account (Avatar > 'Manage account') and it is the same that is in your git config file: https://confluence.atlassian.com/display/BITBUCKET/Set+your+username+for+Bitbucket+actions
Cheers,
Jesse
Hi Nicolas,
Make sure you've added your name and e-mail address at work like such:
git config user.name "FIRST_NAME LAST_NAME" git config user.email "MY_NAME@example.com"
and verify the settings with:
cat .git/config
Also, make sure the e-mail address you use is confirmed on your account (Avatar > 'Manage account') and
it is the same that is in your git config file: https://confluence.atlassian.com/display/BITBUCKET/Set+your+username+for+Bitbucket+actions
Cheers,
Jesse
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.