赞
踩
解决方案如下:
git config --global credential.helper store
使用此命令后还会需要输入一次用户名和密码,但是下一次就不需要了
#设置Git的user name和eamil
git config --global user.name "Deamer"
git config --global user.email "22369xxxx@qq.com"
查看用户信息命令:
git config user.name
git config user.email
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。