Over a long period of time I am using tortoise git, today I am not able to use the tortoise git and getting the below error.
git.exe pull --progress -v --no-rebase "origin" 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.
I am using the latest tortoise git version.
I understand what is the git latest change. But I want to use tortoise git. Someone, please help me out this issue.
Github Has Revoked the support for password authentication on 13 Aug 2021 and giving the below mentioned response:
Support for password authentication was removed on August 13, 2021
In order to fix the issue follow the below steps:
Use the generated token in place of a password to communicate with GitHub.
Actually, the git wants to store the token in the local machine instead of a password.
So you can fix this issue on MAC
Click on the profile picture
Goto the settings
then click "Personal access token and generate new token" as shown in the picture
then write then token name + select expiration date and select the permissions that you want to give and then click on "Generate token present at the bottom of the screen"
open the keychain access and search the github and double tap the github account
final step is to paste the github token in the password field. That's all you have to do.
Follow the below steps to solve the issue.
Update your git version using git update-git-for-windows
In the windows start button, search Credential Manager and open.
Click the Windows Credential, search and delete the GitHub credential.
Now using tortoise git, pull the code. You will get the below popup.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With