Configura Git
Type this in the terminal:
git config --global user.name "Tu nombre" git config --global user.email "Tu email"
Verificar
Type this in the terminal:git config --get user.nameExpected result:Tu nombreType this in the terminal:git config --get user.emailExpected result:Tu email
Siguiente Paso:
Ir a Crea Una Llave SSH
Regresar a OS X RVM