windows git clone 输入用户名密码认证失败

    xiaoxiao2022-07-12  136

    git身份验证失败清除密码缓存 原文:https://www.cnblogs.com/jimboi/p/9019942.htmlM

    git clone http://123 输入用户名密码后报以下错误,认证失败 remote: HTTP Basic: Access denied fatal: Authentication failed for 'http://********

    解决方案:

    git config --system --unset credential.helper

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

    最新回复(0)