Logon failed, use ctrl+c to cancel basic credential prompt. remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
Answers
Brian
694
Points
92
Posts
|
From August 13, 2021, GitHub is no longer accepting account passwords when authenticating Git operations. Instead of password we need to add a PAT (Personal Access Token) and we can follow the below steps to add PAT.
Create Personal Access Token on GitHub From your GitHub account,
Now follow below steps based on your machine: For Windows OS if password already saved Go to Credential Manager from Control Panel =>
For first time we need put PAT in the password field instead of plain text password.
Posted On:
24-Mar-2022 21:19
thanks. worked for me. - Smith 20-Apr-2022 23:54
|