git记住/清除本地账号信息

清除本地git账号: git config --system --unset credential.helper
保存本地git账号: git config --global credential.helper wincred

你可能感兴趣的:(git记住/清除本地账号信息)