解决办法:

git config --system --unset credential.helper

此后又会重复让输入账号,密码,很烦,然后: 

git config --global credential.helper store

输入账号密码,下次就不会让重复输入了。

相关文章: