I was just wanted to get rid of this error message. After many attempts of saving my credential using
`git config --global credential.helper cache`
and other
credential.helper
method, I decided to use
`ssh keypair authentication`
to automatically log into my GitHub account. I successfully generated and added ssh key to my GitHub account, But whenever I'm using
`git pull`
or
`git push`
or any command that interact with github server this line
`git: 'credential-chache' is not a git command. See 'git --help'.`
is printed unnecessarily, although these commands run successfully without asking username or password.
is there any way to get rid of this message?