方法一:在"C:\Documents and Settings\Administrator\.gitconfig" 文件 或 "项目/.git/config"文件 里增加两行:
[credential]
helper = store 设置好,再次输入用户名和密码之后,以后就不需要输入了。
方法二:设置 -> git 编辑本地 .git/config 增加
[credential]
helper = store
本文标题:设置让TortoiseGit记住账号和密码
本文链接:https://blog.quwenai.cn/post/5389.html
版权声明:本文不使用任何协议授权,您可以任何形式自由转载或使用。






还没有评论,来说两句吧...