“Git no usa la tecla SSH” Código de respuesta

Git no usa la tecla SSH

ssh -T [email protected]  #Check if you are authenticated via key
git remote set-url origin [email protected]:username/repo.git   #inside your project
feddynventor

Git Clone SSH Key

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

Respuestas similares a “Git no usa la tecla SSH”

Preguntas similares a “Git no usa la tecla SSH”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código