赞
踩
git config --system --unset credential.helper
git config --global credential.helper store
单次:
git config user.name 用户名
全局:
git config --global user.name “用户名”
单次:
git config user.email 邮箱
全局:
git config --global user.email “邮箱”
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。