赞
踩
git config --global user.name "username"
git config --global user.email "useremail@qq.com"
git config user.name "username"
git config user.email "useremail@qq.com"
git config --system --unset credential.helper
git config --global credential.helper store #全局
git config credential.helper store #单个项目
git credential-manager uninstall
#如果电脑是macos提示 git: 'credential-wincred' is not a git command. See 'git --help'
#第一步:
git config --unset-all credential.helper
#第二步:
git config --global credential.helper osxkeychain
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。