Seems like a simple problem but I can't find a solution, 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
From git-credential
git credential fillcould be helpful here, you need to input host and protocol details to get username and password.Output: