I have generated token from github repository
I am getting an error message when I try to push the code to github
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/blpraveen/interview-task.git/'
When I try the command git config -l
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=openssl
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
core.autocrlf=true
core.fscache=true
core.symlinks=false
pull.rebase=false
credential.helper=manager-core
credential.https://dev.azure.com.usehttppath=true
init.defaultbranch=master
[email protected]
user.name=blpraveen
github.accesstoken=ghp_C6sYrc5pTElYds0Arxg7L3IOzBRSlc25yjsE
url.https://${blpraveen}:${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}@github.com.insteadof=https://github.com
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
I have set the credentials managaer
1