It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I have already set my global username/email and a repository specific username/email from the SourceTree terminal and it works for the web updates. But still the commits I make from my own PC are shown as unknown to myself and my teammates. How can I fix this problem? Also, the terminal shows my commands under my PC's name, could it be the cause of this problem?
Thanks in advance!
The "unknown" and using your PC's name would suggest that your own PC's local copy of the git repository doesn't have an email configured.
On your own PC open a terminal and `cd` to your git repository. Run the following the command to config your email address.
`git config --global user.email "MY_NAME@example.com"`
To make your old commits display the correct user you can add an alias for your PC's name in your BitBucket repository: https://confluence.atlassian.com/display/BITBUCKET/Set+your+username+for+Bitbucket+actions#SetyourusernameforBitbucketactions-Aliasconfiguration
Thank you, Alan! It did help to solve my problem. Also, I had forgot to set the name from SourceTree/Options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello! My name is Mark Askew and I am a Premier Support Engineer for products Bitbucket Server/Data Center, Fisheye & Crucible. Today, I want to bring the discussion that Jennifer, Matt, and ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.