美文网首页
Git不断弹框输入账号密码:Logon failed, use

Git不断弹框输入账号密码:Logon failed, use

作者: 哈皮呀 | 来源:发表于2021-03-02 15:39 被阅读0次

最近用Git每次push/pull都会弹框要我重新输入账号密码,输入之后还报错:

Logon failed, use ctrl+c to cancel basic credential prompt.
remote: Anonymous access to Rhilip/PT-help.git denied.
fatal: Authentication failed for 'https://github.com/Rhilip/PT-help.git/'
image

后来找到这样一个说明:

We've turned off TLS v1.0 and v1.1 for the next hour as we move toward permanently disabling them. Check out https://githubengineering.com/crypto-removal-notice/ … to learn more about our plans to deprecate weak crypto standards.

我猜应该是本地的Git版本旧了,更新到最新版本Git后问题解决。

相关文章

网友评论

      本文标题:Git不断弹框输入账号密码:Logon failed, use

      本文链接:https://www.haomeiwen.com/subject/zoqxqltx.html