【发布时间】:2021-12-07 10:53:09
【问题描述】:
【问题讨论】:
-
您也可以通过 SSH 进行身份验证:stackoverflow.com/questions/6565357/…
-
@AntonTarasenko 我的 gitconfig 对 Proxy 只字未提,只有 [user] email = email@dummy.com name = uname [credential] helper = store
-
就 GitHub 而言,当前的政策(截至 2021 年 8 月)是您可以不再拥有用户名/密码。相反,您必须使用 SSH 或“个人访问令牌”:Dealing With GitHub Password Authentication Deprecation
-
@paulsm4 SSH 或个人访问令牌的安全用户友好替代方案是通过 Git 凭据管理器进行 OAuth,请参阅我的回答 stackoverflow.com/a/71284566/284795
标签: git credentials git-config git-extensions