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
i want to PUT that package directly into packeton repo
i run command from my repo like: composer push --username=admin --password=123456 0.0.1
Result:
expected package successfully registered on my repo
but having: Client error: PUT http://localhost:8088/packages/upload/org/mypackagename/0.0.1 resulted in a 404 Not Found
I assume that flow:
composer push --username=admin --password=123456 0.0.1
Result:
expected package successfully registered on my repo
but having: Client error:
PUT http://localhost:8088/packages/upload/org/mypackagename/0.0.1
resulted in a404 Not Found
extra config in my package:
P.S. we are interested in changing nexus to something supporting only composer packages. May be
packeton
is not a replacement.The text was updated successfully, but these errors were encountered: