Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Solucionado (ver solución)
Solucionado
(ver solución)
1
respuesta

Error al hacer push

Buenas tardes, recibo el siguiente error:

$ git push origin master
fatal: An error occurred while sending the request.
fatal: The request was aborted: Could not create SSL/TLS secure channel.
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/gonpigni/alura-git.git/'

También intente de esta forma:

$ git remote add origin git@github.com:gonpigni/alura-git.git
error: remote origin already exists.
1 respuesta
solución!

Solucionado. Al parecer tanto el video como el "haga lo que hicimos en el aula" tienen un año de atraso.

Pasos para solucionar el problema:

  1. generar ssh desde gitbash
  2. agregar ssh en github
  3. git remote set-url origin git@github.com:user/repo.git