Hi, I'm using WSL 2 and ubuntu 22.04 on windows 10, I have an SSH key added at the repositories.efabless.com/settings/ page. Attempting to clone a project from efabless with git clone ssh://git@repositories.efabless.com/<user_name>/<project_name>.git gets an error:
'ssh: connect to host repositories.efabless.com port 22: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.'
I can clone my own repositories from github using SSH.
Trying git clone
https://github.com/efabless/<project_name> prompts for github user/password, entering such
gets:
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see
https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for '
https://github.com/efabless.com/<project_name>/'