首页 > 其他 > 详细

TortoiseGit保存密码

时间:2017-04-20 10:01:53      阅读:163      评论:0      收藏:0      [点我收藏+]

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保存密码

原文:http://www.cnblogs.com/rabbityi/p/6737122.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!