【Git】Access denied

2018-12-03  本文已影响66人  小超人爱小土豆

因为重置了密码导致git远程操作失败

问题现象:

remote: HTTP Basic: Access denied
fatal: Authentication failed for 'http://********

image.png

解决:

输入一行命令:git config --system --unset credential.helper

之后再进行git操作时,弹出用户名密码窗口,输入即可

上一篇 下一篇

猜你喜欢

热点阅读