为什么 GitHub 推荐 https 而不是 ssh url?

Why does GitHub recommend https over ssh urls?

我刚刚注意到 GitHub Help 推荐 HTTPS 而不是 SSH URL

这是为什么? GitHub 最初建议使用 SSH 但他们现在建议 HTTPS 访问和更新存储库?

基于link provided by @Jonathan.Brink, the main advantages motivating GitHub's recommendation of HTTPS over SSH URLs的是

  1. 它通常适用于 SSH 和纯 Git 协议被阻止的地方(有时速度更快)
  2. 它允许 two-factor authentication using a personal access token
  3. 它将始终验证服务器(尽管这可能不像人们希望的那样安全)