码迷,mamicode.com
首页 > Windows程序 > 详细

git windows 保存用户名和密码

时间:2015-05-18 09:24:38      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:

  • 保存在内存中
git config --global credential.helper cache
  • git config --global credential.helper winstore
  • .gitconfig 文件中加入以下内容
[credential]

helper = winstore

 

  • 在项目的.git目录下config文件中加入以下
[credential]   
    helper = store

   

git windows 保存用户名和密码

标签:

原文地址:http://my.oschina.net/qzzsunly/blog/415930

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