github:push代码失败Envent log日志如下: Push failed Remote: HTTP Basic: Access denied Authentication failed for '****.git/' 原因:用户名或者密码跟服务器端不匹配 验证失败 第一步:git config --system --unset credential.helper 重置密码 第二步:重新输入用户名、密码即可 来源:https://www.cnblogs.com/ljangle/p/11633959.html 标签 access remote