码迷,mamicode.com
首页 > 其他好文 > 详细

TortoiseGit保存密码

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

标签:点击   img   .com   --   name   http   email   tor   log   

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

标签:点击   img   .com   --   name   http   email   tor   log   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!