close

[Solved] Please use a personal access token instead in GitHub

Hello Guys, How are you all? Hope You all Are Fine. Today I am pushing my code and suddenly I am facing this error Please use a personal access token instead in GitHub. So Here I am Explain to you all the possible solutions here.

Without wasting your time, Let’s start This Article to Solve This Error.

How Please use a personal access token instead in GitHub Error Occurs ?

I am trying to pull my code from Github It was working fine Yesterday But Today I am Facing the following error.

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: unable to access "..." : The requested URL returned error: 403

How To Solve Please use a personal access token instead in GitHub Error ?

  1. How To Solve Please use a personal access token instead in GitHub Error?

    To Solve Please use a personal access token instead in GitHub Error On August 13, 2021, Github announced its intent to require the use of token-based authentication for all authenticated Git operations. They will no longer accept account passwords when authenticating Git operations on GitHub.com. So That First Of all, Generate a token in GitHub And Use this token in Your GitHub access in your PC

  2. Please use a personal access token instead in GitHub

    To Solve Please use a personal access token instead in GitHub Error On August 13, 2021, Github announced its intent to require the use of token-based authentication for all authenticated Git operations. They will no longer accept account passwords when authenticating Git operations on GitHub.com. So That First Of all, Generate a token in GitHub And Use this token in Your GitHub access in your PC

Solution 1 : Generate a token

On August 13, 2021, Github announced its intent to require the use of token-based authentication for all authenticated Git operations. They will no longer accept account passwords when authenticating Git operations on GitHub.com. So That First Of all, Generate a token in GitHub And Use this token in Your GitHub access in your PC

For macOs

  1. Go to keychain Access
  2. Press login tab and all items
  3. Click Github key
  4. Change the password to the recent generated token

For Windows Machine

  1. Go to Control Panel.
  2. User Accounts.
  3. Credential Manager
  4. Edit the Generic Credential of github
  5. Paste the token instead of the password

Here Is Video Guide to generate Token

Summery

It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also, Read

2 thoughts on “[Solved] Please use a personal access token instead in GitHub”

  1. Thank you!

    I could not find any solution in the github instructions, until this: the generic credentials in windows!

    You saved me lots of time.

    Thanks.

    Reply

Leave a Comment