My friend created a server and I tried to get the repository on local machine using this command:
git clone ssh://[email protected]:10022/aaa/bbb.git
However, I get this error message:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
and then he told me to login the git and give me: user name, email and password.
How can I login the git? Thank you very much.