I am using the version control as GitHub through SourceTree, but it is getting failed from 13th August, the below is the error I am getting from GitHub.
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.
Anybody know what was the problem, or how can I use the personal access token?
Since the OP is using SourceTree, do the following:
Setting
icon in the top right of the popup window.Remotes
in the menu tab. You will see the remote URL of this repository, which should be like this https://github.com/username/repo.git
.Edit
and change it to https://<your_token>@github.com/username/repo.git
.DONE.