List git credentials from credential helper
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
(repository_home)
/.git/config- there is no info about the username and password~/.gitconfig- file not found in the repo folder