最近用Git每次push/pull都會彈框要我從新輸入帳號密碼,輸入以後還報錯:git
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/'
複製代碼
後來找到這樣一個說明:github
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後問題解決。markdown