赞
踩
昨天电脑更新win10系统,结果来公司发现电脑崩了,开不了机了,
然后重装了系统,
打开IDEA发现每次进行pull或者push都需要输入git的用户名和密码,很麻烦,就设置下全局用户,后续不需要再输入了
设置用户
git config --global user.name "username"
设置密码
git config --global user.password "xxxx"
参数本地化
git config --global credential.helper store
查看设置的用户名
git config user.name
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。