Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 389 Bytes

02-记住密码.md

File metadata and controls

20 lines (14 loc) · 389 Bytes

Git - 记住密码

git config --global credential.helper store

密码变动之重新输入密码

git config --system --unset credential.helper

查看密码

如果需要重置密码则清空内容重新输入密码或者修改认证中的账号密码信息即可

cat ~/.git-credentials
# ex: http://账号:密码@git仓库http地址