Answer the question
In order to leave comments, you need to log in
How to login via SSH on windows 10?
When I try to clone a repository using ssh, I get this error
$ git clone [email protected]:v3/softwarelicense/Onboarding/Onboarding
Cloning into 'Onboarding'...
Unable to negotiate with 52.236.147.103 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 [email protected]
ssh: connect to host computer port 22: Connection refused
Answer the question
In order to leave comments, you need to log in
Add your SSH key to the repository.
or clone not via SSH, but via HTTPS
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question