I have been using linux for a while now and just fun of using git actions from the terminal.
With the new update discarding use of password based authentication from terminal ,what could be simple and straightforward way to authenticate and still trigger git actions from the terminal?
Trying the command: git push
from the terminal
You get>>>
Username for ‘https://github.com’: userName
Password for ‘https://[email protected]‘:
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/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/userName/reponame.git/’