I'm fairly new to coding and I'm trying to push stuff to my github repo with the command: " git push origin master "
I don’t seem to be able to pass the username and password request step though. I have set up all 3 authentication methods sms, totp and token authentication and so far none of them has worked for me.
That’s what I keep getting:
“ Username for 'https://github.com': myUsername Password for 'https:// myUsername@github.com': 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. fatal: Authentication failed for 'https://github.com/myUsername/HomeWork.git/' “
Could anyone help me out with that? Any guidance would be very much appreciated.
Cheers !