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've followed all the steps regarding ssh key autentification between sourcetree and bitbucket but when i try to clone a repository i'm receiving the error bellow:
Command: git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks ls-remote ssh://git@bitbucket.internal.xxxxxxx/xxxx/xxxx.git
Output:
Error: The host key is not cached for this server:
bitbucket.xxxxxxxx (port 22)
You have no guarantee that the server is the computer
you think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 SHA256:HsP+Q3P3v3TAK+tXRQ5T7XDGM7R/6iUVuqojC7hvHKA
If you trust this host, enter "y" to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n, Return cancels connection, i for more info) fatal: Could not read from remote repository.
Can you please help me?
Looks like you configured PuTTY as your ssh client for SourceTree.
Try launching PuTTY without SourceTree and run the command: ssh -T bitbucket.org
It should ask you to verify the host fingerprint (as above) and you should enter `y`.
Once the fingerprint is saved, try re-launching SourceTree.
Hope that helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.