DEV Community

Cover image for Support for password authentication was removed
Arjun Gautam
Arjun Gautam

Posted on Edited on

Support for password authentication was removed

Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

If you are getting this error go through this :

For Windows

For Linux

Important Note : To store the token git credential so that you don't have to type token everytime, use this command before pushing.

git config credential.helper store

Top comments (0)