Authorize Git Operations Using Personal Access Token
GitHub removed the support for password authentication on August 13, 2021. Now, you can't authorize your git operations using the password.
Now, You have to use token-based authentication like personal access, OAuth, or GitHub App installation token ...
blog.pkkulhari.com3 min read