码迷,mamicode.com
首页 > 其他好文 > 详细

git 设置存储用户名与密码

时间:2018-05-21 14:44:44      阅读:810      评论:0      收藏:0      [点我收藏+]

标签:col   command   AC   man   red   git   user   inux   name   

git config --global user.name "light-zhang"
git config --global user.email "****@sina.cn"
git config --global credential.helper cache

cache不是windows 下的,于是乎运行总是报错,
git: ‘credential-cache‘ is not a git command. See ‘get --help‘.
windows:
git config --global credential.helper winstore

git config --global credential.helper wincred
linux:
git config --global credential.helper store

git 设置存储用户名与密码

标签:col   command   AC   man   red   git   user   inux   name   

原文地址:https://www.cnblogs.com/light-zhang/p/9066380.html

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