TortoiseGit保存密码
Posted Rabbit_Yi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TortoiseGit保存密码相关的知识,希望对你有一定的参考价值。
TortoiseGit保存密码
方法一:使用Bash命令
1.设置name和email
git config --global user.name "yilei"
git config --global user.email 87119538@qq.com
2.保存密码
git config --global credential.helper store
方法二:使用 TortoiseGit 工具设置
1.设置name和email
2.保存密码
点击编辑全局.git/config 弹出文本编器,在后面加入
[credential]
helper = store
以上是关于TortoiseGit保存密码的主要内容,如果未能解决你的问题,请参考以下文章