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

Tortoise git账号记住密码

时间:2019-10-22 21:59:33      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:tortoise   nbsp   config文件   账号   settings   window   打开   编辑   一个   

方法一:
本地git仓库目录下,找到 .git/config ,然后打开增加:
[credential]
helper = store

这样只有该目录下的git操作不用每次输入用户名和密码,换一个目录还是需要;

方法二:
在目录:
/c/Documents and Settings/【用户名】 下找到.gitconfig文件,
编辑,增加:
[credential]
helper = store

这样任何目录的git操作只需要输入一次用户名和密码,第二次操作就不需要了;

 

 

或者.git/config修改windows,linux都适用

[remote "origin"]
    url = http://liuchao:liuchao.123@192.168.3.132:9090/r/maintance.git

Tortoise git账号记住密码

标签:tortoise   nbsp   config文件   账号   settings   window   打开   编辑   一个   

原文地址:https://www.cnblogs.com/hnhycnlc888/p/11722820.html

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