I\'m trying to setup GitHub on my system and I have done all the installation and key setup process:
But during test everything phase getting the following error by
I also faced the same problem and the error was that: I was using the wrong URI, it should be like:
ssh -T git@bitbucket.org
and not as what was copied for cloning
ssh -T git@bitbucket.org:username/repo.git