create db postgresql and migrate errors

i have installed postgresql 12 in windows 10 64bit.
i received error:
createdb: error: could not connect to database template1: FATAL: password authentication failed for user “Me”
well.I have used Cookiecutter.then activate my project.and try to create db and migrate it with conda miniconda3.any recomendation please?a picture is attached here.
any help ?
thanks.

Please be more specific about what you’re trying to do. What exactly is showing you this error?

If this is something you’re doing using psql, please copy/paste the text of your psql session into your post.

well.I have used Cookiecutter.then activate my project.and try to create db and migrate it with conda miniconda3.any recomendation please?a picture is attached here.