使用 git extensionas 和 git bash,我克隆了我的 github 存储库。
现在,当我要进行第一次推送时,它会询问 meuname 和密码,然后给出错误
Failed to erase credential: Element not found
Authentication failed
我在其他问题和论坛中看到过这个问题 - 到目前为止没有任何效果;我有:
- 将 Git 从 1.8.3 恢复到 1.8.2
- 在 Windows 凭据管理器中删除并重新创建了我的凭据
- 从 bash 运行 push 在 bash 中添加输入的凭据而不是密码门
- 卸载 git 扩展和 git,删除本地 repo 并重新安装并从头开始克隆
我使用 https,但我也尝试过使用 ssh - 这当然有效,但我更喜欢使用 HTTPS,还有其他可能的解决方案吗?
谢谢