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 am trying to clone a repository in Sourcetree and I keep receiving this error:
"Your SSH agent (Pageant) is running but the server still rejected your connection.
You may need to load the correct key by double-clicking on the Pageant
icon in your system tray and selecting 'Add Key'."
Is there a way to get the key / be able to clone without the SSH key?
You can try HTTPS authentication option in your Source Tree and copy and use the HTTPS address from GitHub when cloning.
Your internet connection (the network you are in) may not be allowing SSH connection which in my case, I used OAuth option.
Go to the Source Tree Tools > Options > Authentication > Add new account
-Hosting Service - Github
-Preferred protocol: HTTPS
-Authentication: OAuth
Username: <you know this>
Click on Refresh OAuth Token and that will direct you browser and in a few seconds you will have the authentication done, then you can clone your repo..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.