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.