You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
When I attempt to install this starterkit I get the following error. configuring pattern lab... downloading the starterkit. this may take a few minutes... the starterkit wasn't downloaded because:
file_get_contents(https://github.com/pattern-lab/starterkit-mustache-demo/archive/master.tar.gz): failed to open stream: Connection refused
Running composer diagnose yields this: composer diagnose Checking composer.json: OK Checking platform settings: OK Checking git settings: OK Checking http connectivity to packagist: Warning: Accessing packagist.org over http which is an insecure protocol. OK Checking https connectivity to packagist: OK Checking HTTP proxy: OK Checking HTTP proxy support for request_fulluri: OK Checking HTTPS proxy support for request_fulluri: OK Checking github.com rate limit: OK Checking disk free space: OK
Hello,
When I attempt to install this starterkit I get the following error.
configuring pattern lab...
downloading the starterkit. this may take a few minutes...
the starterkit wasn't downloaded because:
file_get_contents(https://github.com/pattern-lab/starterkit-mustache-demo/archive/master.tar.gz): failed to open stream: Connection refused
Running
composer diagnose
yields this:composer diagnose
Checking composer.json: OK
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: Warning: Accessing packagist.org over http which is an insecure protocol. OK
Checking https connectivity to packagist: OK
Checking HTTP proxy: OK
Checking HTTP proxy support for request_fulluri: OK
Checking HTTPS proxy support for request_fulluri: OK
Checking github.com rate limit: OK
Checking disk free space: OK
But I can manually download the https://github.com/pattern-lab/starterkit-mustache-demo/archive/master.tar.gz file using curl and wget.
The text was updated successfully, but these errors were encountered: