肖生亮 7-13 15:08:47
git config --system --unset credential.helper
肖生亮 7-13 15:09:02
git config --global credential.helper store
肖生亮 7-13 15:09:14
git pull
然后就会要求输入用户名(邮箱)+密码,git就会保存了
肖生亮 7-13 15:08:47
git config --system --unset credential.helper
肖生亮 7-13 15:09:02
git config --global credential.helper store
肖生亮 7-13 15:09:14
git pull
然后就会要求输入用户名(邮箱)+密码,git就会保存了