リポジトリをクローンする→
When you create a repository on your GitHub Enterprise Server instance, 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, you do not have permission to access it, or your GitHub Enterprise Server instance is in private mode. There are a few solutions to this error, depending on the cause.
Error: Remote HEAD refers to nonexistent ref, unable to checkout→
このエラーは、リポジトリのデフォルトブランチが your GitHub Enterprise Server instanceで削除された場合に発生します。