I followed these instructions to the letter, including the part about password caching. It seems like the instructions are wrong, because every time I git push origin
git push origin
I fixed this issue by removing the credential section from the config of specific project:
credential
git config -e
[credential] helper = cache
This removed the annoying message :
git: 'credential-cache' is not a git command. See 'git --help'.