免登陆
vim .git/config
##主要是后面这两行,如果不想保存,则删除即可
[credential]
helper = store
##保存
全局设置
git config --global user.mail sonny.zhang@foxmail.com
git config --global user.name sonny-zhang
重新登录
git config --system --unset credential.helper
2023-03-12 18:49:29
vim .git/config
##主要是后面这两行,如果不想保存,则删除即可
[credential]
helper = store
##保存
git config --global user.mail sonny.zhang@foxmail.com
git config --global user.name sonny-zhang
git config --system --unset credential.helper
下一篇:算法很美——第三章:矩阵