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 have a script that tests our user's development environment to make sure everything is set up correctly. To test that SSH is setup the script runs
ssh -T git@bitbucket.org
which is straight from Atlassian's trouble shooting page: https://confluence.atlassian.com/bitbucket/troubleshoot-ssh-issues-271943403.html#TroubleshootSSHissues-TestSSHauthentication
For some reason though, one of our SourceTree users fails this test even though their SSH connection to bitbucket is working fine. They can run git pull or push without and trouble but when they run the command above they get:
$ ssh -T git@bitbucket.org
git@bitbucket.org: Permission denied (publickey).
Upgrading to SourceTree 3.1.3 and the latest embedded git gave the same result
Any ideas?
Thanks,
Phil
Hello!
This probably has to do with any of the following:
git config --list --show-origin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.