赞
踩
安装好git后 直接在git bash 中执行命令:
git config --global credential.helper store
然后输入账号密码
git config --global user.name "用户名"
git config --global user.email "邮箱"
git config --global user.password "密码"
就可以永久保存,避免重复输入账号密码操作
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。