首页 > Windows开发 > 详细

git windows 保存用户名和密码

时间:2015-05-18 09:21:41      阅读:254      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!