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
I followed Bitbucket's instructions on setting up SSH keys on Windows 10 and everything seems to work except for actually cloning the repository.
I created a new SSH key using `ssh-keygen` and I have verified that `ssh-agent` is running and that my private key is added to my SSH agent.
I then added the public key to my Bitbucket account. Running `ssh -T git@bitbucket.org` says I'm authenticated.
I tried cloning and get permission denied (publickey) error.
Naming the SSH key when generating seemed to cause problems. I generated a new key with all defaults (file path, no pw) and then used that and it worked for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.