TortoiseGit连接公司stash server和github不用每次输入用户名和密码的方法.md
用everything找到.gitconfig文件
【目录:C:\Documents and Settings\Administrator\或 C:\Users\用户名】,
修改内容如下,增加最后两行
```
[user]
name = xxx
email = hongliangpan@gmail.com
[credential]
helper = store
```
再次输入密码 时,git就会记住,将信息存储到
.git-credentials :
.git-credentials内容如下,密码没有加密
```
```