This error
git: 'credential-cache' is not a git command. See 'git --help'.
is showing every time I try to interact with GitHub:
In order to get out of the pain of typing my GitHub idname & password each time I fetch, pull, merge and push changes to the GitHub, I thought of using the
git config --global credential.helper cache
command to store the idname & password. After using it I learned that, as I'm using Windows, I had to use manager
instead of cache
to do the same task. However, the above error message is showing each time I try to interact with GitHub.