首页 > 其他 > 详细

git设置本地账户

时间:2019-11-04 19:53:43      阅读:102      评论:0      收藏:0      [点我收藏+]

问题描述:

  git很方便,git本地如果记住账户信息

问题解决:

vscode  Git 全局设置:
git config --global user.name "mvpbang" 
git config --global user.email "123456789@qq.com"
git config --global credential.helper store   //git记住密码

git设置本地账户

原文:https://www.cnblogs.com/xiaochina/p/9742582.html

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