Есть задача развернуть серверы IPv6 only для веб-разработчиков.
И сходу прилетел косяк от Composer, точнее Github.
sanes@328473:~$ composer create-project laravel/laravel
Creating a "laravel/laravel" project at "./laravel"
Installing laravel/laravel (v10.3.2)
- Downloading laravel/laravel (v10.3.2)
- Downloading laravel/laravel (v10.3.2)
- Downloading laravel/laravel (v10.3.2)
- Downloading laravel/laravel (v10.3.2)
Failed to download laravel/laravel from dist: The "https://api.github.com/repos/laravel/laravel/zipball/1a4d1dc81f7924259885250d011ffad24728cd86" file could not be downloaded: Failed to open stream: Network is unreachable
Now trying to download from source
- Syncing laravel/laravel (v10.3.2) into cache
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
Это решаемо? И что еще может быть в перспективе?