I installed gitbash and generated ssh keys and copied it to my bitbucket account.
I tried clone a repository.
I'm getting an error as:
Git clone “fatal: I don't handle protocol 'ssh'”
Please help me how to fix this and clone to my repo
I installed gitbash and generated ssh keys and copied it to my bitbucket account.
I tried clone a repository.
I'm getting an error as:
Git clone “fatal: I don't handle protocol 'ssh'”
Please help me how to fix this and clone to my repo
 
    
     
    
    You must copy pasted the clone url, there will be white space in the clone URL.
Just make sure there is no whitespace in the clone url, if you are not sure just type the clone URL followed by 'git clone'
git clone https://github.com/your-repository-clone-no-white-space
