Crea Una Llave SSH
Opción 1: ¿Utilizaste RailsInstaller en Windows?
Opción 2: de otra forma
Type this in the terminal:ssh-keygen -C student@example.com -t rsaElige keyphrase
Opción 2.1: Sin keyphrase
Opción 2.2: Keyphrase
Expected result:Generating public/private rsa key pair. Enter file in which to save the key (/Users/student/.ssh/id_rsa): Created directory '/Users/student/.ssh'. Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /Users/student/.ssh/id_rsa. Your public key has been saved in /Users/student/.ssh/id_rsa.pub. The key fingerprint is: 88:54:ab:77:fe:5c:c3:7s:14:37:28:8c:1d:ef:2a:8d student@example.comVerificar
Siguiente Paso:
Regresar a Configura Git