GitLab: Composer Install private repository with ssh key (still get error failed to download)
问题 I have no issue to clone from my local machine of the private repository, however, when I want to download the file via composer it asks me to create an auth.json file (I don't want this and I don't want to use a token). Do you have an idea why this happens? composer.json "require": { .. "myname/my-app": "*", .. }, "repositories": [ { "type": "vcs", "url": "git@gitlab.com:myname/my-app.git", }, ] I tried to add "no-api": true , I tried to set dev-master but failed. To test it out, I created a