Podman fail to login quay.io from terminal

Apologize if this is wrong place for this question.
I am trying to deploy JupyterHub with quay.io/jupyterhub/datascience-notebook. As I need extral packages on datascience-notebook, I hope to do: 1. podman pull from Quay to local machine. 2. podman build the local datascience-notebook with installing extral packages. 3. podman push back to quay.io.
Now on Web browser, I create account on quay.io, sign in quay.io and create repository. But I can not login via podman with same username and password:

nicho@hp440:~/podman-repo$ podman login quay.io
Username: myuser
Password:
Error: error logging into "quay.io": invalid username/password

Any idea?

podman login quay.io works for me. You could check the quay.io or podman documentation in case you’ve got some local configuration that’s breaking your login, this isn’t some jupyter has control over.