GIT记住帐号密码

Windows For TortoiseGit记住用户名密码的方法(store保存模式 )

試著忘記壹切 提交于 2020-03-10 11:33:40
环境 序号 软件名 下载地址 1 GIT https://git-scm.com/downloads 2 Tortoisegit https://tortoisegit.org/ 进入我的电脑用户目录,如下图: 使用记事本打开 .gitconfig 文件,将内容修改为: machine github.com #git服务器名称 login user #git帐号 password pwd #git密码 在拉取一次,系统就保存下用户名密码啦。 参考资料 GIT密码设置博客 : http://zww.me/tortoisegit-msysgit-remember-userid-and-pw.z-turn 完整的git及乌龟安装过程 : https://github.com/JiapengLi/GitTutorial GIT凭证说明: https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E5%87%AD%E8%AF%81%E5%AD%98%E5%82%A8 来源: oschina 链接: https://my.oschina.net/u/2394792/blog/676624