You are not logged in.
Pages: 1
I think it's not composer fault but i have somthing wrong configured with my arch.
When I type:
composer create-project abc
or enything else with compsoer I always get this error:
[Composer\Downloader\TransportException]
The "https://repo.packagist.org/packages.json" file could not be downloaded: failed to open stream: Connection timed out
Last edited by Tomek_Cry (2020-04-25 16:00:11)
Offline
Emm.. this work for me:
sudo sh -c "echo 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf"
Last edited by Tomek_Cry (2021-02-03 15:46:25)
Offline
Pages: 1