首页 > 代码库 > TortoiseGit提交每次都需要输入用户名密码解决方法

TortoiseGit提交每次都需要输入用户名密码解决方法

作者:zhanhailiang 日期:2015-01-06

使用TortoiseGit Push时每次都需要输入用户名密码,如图:

技术分享

  1. 在当前用户文件夹如D:\Users\wade.zhan下新建一个名为_netrc的文件。
  2. 编辑该文件:
    machine gitlab.tools.vipshop.com
    login wade.zhan
    password ******

TortoiseGit提交每次都需要输入用户名密码解决方法