mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 05:21:22 +02:00
If you try to clone a repo that doesn't exist via `https`, `git` will prompt for auth credentials and hang forever. Using `git` avoids this and fails immediately instead, which is what we want for a missing repo. Part of https://github.com/vector-im/riot-web/issues/9221