List git credentials from credential helper
11:54 04 Aug 2020

In my git config credentials stored in the cache(username and personal access token) the git config --list returns the credential info like this

credential.helper=cache

Is it possible to see the credentials from the cache, I tried the following three locations

  1. (repository_home) /.git/config - there is no info about the username and password

  2. ~/.gitconfig - file not found in the repo folder

git git-config git-credential-manager