Login to Github by shell
Hi guys,
How can I access Github via shell? Now, I get this message when I enter my username and password:
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
Voters
Coder100
have you tried using version control?
arredocana
hi @Coder100 but I'd like to use the shell to practice git code... now it's not possible
Coder100
what was the command?
if you just do git add . ; git commit -m "test" ; git push -u origin master
it works for me with the prompt @arredocana
arredocana
I have this problem with git push
, git pull
and git fetch
because support for password authentication was removed @Coder100
also do read the link that was provided in the error: https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/