guyzmo/git-repo

Suggest adding SSH key when none is present

Open

#184 aberto em 12 de dez. de 2017

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)Python (86 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (837 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message:

Fatal error: fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Even Permission denied (publickey). message is not shown.

@guyzmo offered to "suggest adding an SSH key when none is present"

Guia do colaborador