git密码相关问题

一、解决:每次都需要输入账号密码

git config --global credential.helper store

二、后期git密码更改后,重置密码操作

git config --system --unset credential.helper

原文地址:https://www.cnblogs.com/lanleiming/p/12102950.html