I executed the git clone command on command window. I get the following error:
fatal: Authentication failed for 'https://bitbucket.gm.com/scm...
I setup the RSA public key as described in one of the web links. It did not help. I got the same error after I copied the RSA public key.
I ran the command
ssh -T git@bitbucket.org
I got the error
ssh: connect to host bitbucket.org port 22: Network is unreachable
What am I missing in the steps that I am unable to clone the repository locally?
ssh: connect to host bitbucket.org port 22: Network is unreachable
Usually network unreachable indicates a routing issue.
Do you have any firewall on your computer or network?
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.