A
A
ayapergenov2015-06-10 16:03:52
GitHub
ayapergenov, 2015-06-10 16:03:52

Why doesn't the git repository want to be cloned?

I get a failure when trying to clone a git repository
Quote from terminal:
git clone [email protected]:CSSSR/csssr-project-template.git
Cloning into 'csssr-project-template'...
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts.
Permission denied (public key).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yuri Shikanov, 2015-06-10
@ayapergenov

Try cloning via HTTPS URL, it shouldn't be a problem.

D
Damir Sayahov, 2016-02-25
@damir_sayahov

Most likely you don't have an ssh key.
I managed to clone only after I created a pair of keys and added them to my github account. Maybe they have some kind of account.

A
ayapergenov, 2015-06-10
@ayapergenov

Don't know. Where to look? In theory, there should be no complications. This is an open repository

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question