Hi guys I am getting 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.
Problem solution step by step
Now we have need Token authentication requirements for Git operations becouse Github has made changes in password authentication for security purpose.
There are some you need follow to generate Personal access tokens.
direct link https://github.com/settings/tokens/new for create personal
access token
Step 1 - Open GitHub and sign in with your credentials.
Step 2 - Click on the Setting menu.
Step 3 - In Setting menu you click on Developer Settings, there are two option avaialable for OAuth apps and Personal access tokens.
Step 4 - We need to click on Personal access token
step 5 - click on the Generate new Token button.
Step 7 - After that generate new token. Copy that generated token and use this token to access git with username and token.
Now Manage your credentials in system
For window user
1.) Open Control Panel => User Accounts => Manage your credentials => Windows Credentials.
In password box paste your access token and click to save button and reference your desktop.
Now you can access git.
If you are access git in android studio, if ask for a password then add GitHub Personal access token instead of your password.
And if you want use android terminal then paste cammand in terminal
git push https://[email protected]/username/yourrep.git