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
Is Bitbucket down at the moment (2021-07-06, 6:06 PM EST)?
I am getting `permission denied` when issuing
ssh -T git@bitbucket.org
on all of my machines, with keys that are valid and worked fine earlier today.
Thank you for the quick reply!
This confirms it's not at my end then; I'm sure Atlassian will be on it soon.
The problem also seems intermittent for me - but fails most of the time:
$ git push
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git pull
Already up to date.
$ git pull
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git push
Connection closed by 104.192.141.1 port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.