Basically my credential was expired, and I was facing above issue.
Following 2 command helped me:
git config --global --unset credential.helper
git config credential.helper store
It will asks you for credentials next time when you try to push.
Follow below guidelines for more details for secured and unsecured storage of user name and passwords: