首页 > 其他 > 详细

git 设置存储用户名与密码

时间:2018-05-21 13:54:01      阅读:208      评论:0      收藏:0      [点我收藏+]
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 设置存储用户名与密码

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!