最近用Git每次push/pull都會(huì)彈框要我重新輸入賬號(hào)密碼,輸入之后還報(bào)錯(cuò):
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
后來(lái)找到這樣一個(gè)說(shuō)明:
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.
我猜應(yīng)該是本地的Git版本舊了,更新到最新版本Git后問(wèn)題解決。