github push via https no longer support user/password
github push via https no longer support user/password. If you try to do a git push, you will be prompted for a username and password. You should be using a token - as your password.
You can create classic token by going to github -> developer settings -> create token. Once you have your token, try to do another git push. Instead of entering your password, enter this token.
Comments