一、解决:每次都需要输入账号密码
git config --global credential.helper store
二、后期git密码更改后,重置密码操作
git config --system --unset credential.helper