git: 'credential-cache' is not a git command

后端 未结 12 1805
我寻月下人不归
我寻月下人不归 2020-11-28 00:42

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

12条回答
  •  粉色の甜心
    2020-11-28 00:54

    I fixed this issue by removing the credential section from the config of specific project:

    • Just typed: git config -e
    • Inside the editor I removed the whole section [credential] helper = cache.

    This removed the annoying message :

    git: 'credential-cache' is not a git command. See 'git --help'.

提交回复
热议问题