リポジトリをクローンする→
When you create a repository on GitHub, it exists as a remote repository. You can clone your repository to create a local copy on your computer and sync between the two locations.
HTTPS クローニングエラー→
Git で HTTPS を使用する際によく生じるエラーがいくつかあります。 これらのエラーは通常、古いバージョンの Git を使用しているか、もしくはリポジトリへのアクセス権を持っていないことが原因です。
Error: Repository not found→
If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission to access it. このエラーの解決策は、原因によっていくつかあります。
Error: Remote HEAD refers to nonexistent ref, unable to checkout→
このエラーは、リポジトリのデフォルトブランチが GitHubで削除された場合に発生します。