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
composer config --global repositories.0 '{"type": "composer", "url": "http://localhost:8081/repository/packagist/"}' &&
composer config --global disable-tls true &&
composer config --global secure-http false &&
composer config --global repo.packagist false &&
composer update -vvv
as I checked this packagist redirects to GitHub or other sites nexus return error code 502/404 related to the version of nexus composer
Please help us to solve this problem
Regards
The text was updated successfully, but these errors were encountered:
I want to use cache this repo with nexus composer proxy this is my composer.json example
composer config --global repositories.0 '{"type": "composer", "url": "http://localhost:8081/repository/packagist/"}' &&
composer config --global disable-tls true &&
composer config --global secure-http false &&
composer config --global repo.packagist false &&
composer update -vvv
as I checked this packagist redirects to GitHub or other sites nexus return error code 502/404 related to the version of nexus composer
Please help us to solve this problem
Regards
The text was updated successfully, but these errors were encountered: