I'm on Mac. I installed postgres with brew postgresql.
When I type in psql postgres, it serves
Password for user [myuser]:
And when I give it the password, it says
psql: FATAL: password authentication failed for user "[myuser]"
But I know that I'm giving it the right password.