git reset user git account gold and password

肖生亮 7-13 15:08:47
git config --system --unset credential.helper

肖生亮 7-13 15:09:02
git config --global credential.helper store

Xiao Shengliang 7-13 15:09:14
git pull
will then ask for a username (email) + password, and git will save it

Guess you like

Origin blog.csdn.net/qq_44132240/article/details/107843970