赞
踩
问题
当我们使用 Git push / clone 等命令,想从远程仓库拉取 或者 更新代码时,出现如下错误:
- Password for 'https://git@github.com':
- remote: Invalid username or password.
- fatal: Authentication failed for 'https://git@github.com/XXX/XXX.git/'
则是提示你账号密码错误。
原因
常见原因是因为你 Git 上的密码有更改过了,导致无法操作
解决方法
电脑(Win10为例) -> 运行 -> 控制面板 -> 凭据管理器 ->Windows 凭据 -> 普通凭据
点击 https://git@github.com 选项,然后点击 编辑, 即可修改 用户名 和 密码
参考:
https://stackoverflow.com/questions/29297154/github-invalid-username-or-password
此外,如果有遇到:GitHub - fatal: could not read Username for 'https://github.com': No such file or directory
则可以在Android Studio 设置: File > Settings > Git > Use Credential Helper 勾选
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。