“Git especifica la tecla SSH para el repositorio” Código de respuesta

Git Clone SSH Key

ssh-agent bash -c 'ssh-add /somewhere/yourkey; git clone [email protected]:user/project.git'
Defiant Dormouse

Git especifica la tecla SSH para el repositorio

# Add this to ~/.ssh/config
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_rsa_github
Fantastic Ferret

Respuestas similares a “Git especifica la tecla SSH para el repositorio”

Preguntas similares a “Git especifica la tecla SSH para el repositorio”

Más respuestas relacionadas con “Git especifica la tecla SSH para el repositorio” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código