error al hacer clone del repositorio cruge. Permission Denied. fatal: Could not read from remote repository.

Issue #24 resolved
Cristian Salazar repo owner created an issue

SINTOMA: Por ejemplo, en un equipo recien instalado, windows o linux, le instalan la herramienta de GIT (sin configurar nada mas), y corren:

git clone git@bitbucket.org:christiansalazarh/cruge.git

verán que aparece este error:

The authenticity of host 'bitbucket.org (207.223.240.182)' can't be established.
RSA key fingerprint is 97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'bitbucket.org,207.223.240.182' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

SOLUCION:

usar https en vez de ssh. asi:

git clone https://christiansalazarh@bitbucket.org/christiansalazarh/cruge.git

Comments (4)

  1. Log in to comment