操作报错:
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'http://git.xxx.com/big-circulation/xxx.git/'
问题原因:
账号密码验证不通过,密码或者权限不对,导致 Git 操作失败。
解决方案:
输入:git config --global credential.helper store
再次进行 Git 操作,输入正确的用户名,密码即可。
操作报错:
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'http://git.xxx.com/big-circulation/xxx.git/'
问题原因:
账号密码验证不通过,密码或者权限不对,导致 Git 操作失败。
解决方案:
输入:git config --global credential.helper store
再次进行 Git 操作,输入正确的用户名,密码即可。