-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem accessing private repos when composer is executed inside php-fpm #283
Comments
@Vinai you may set github-ouath token at |
Thanks for the info, looking into this... |
Note - for those who're using WSL2 - you may need to use this in order to have ssh agent running https://esc.sh/blog/ssh-agent-windows10-wsl2/ |
Thanks for the input, mounting my .ssh dir with .warden/warden-env.yml worked out for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When executing composer, or running a bin/magento command that in turn executes composer (e.g. sampledata:deploy), private keys are not available to access any private repos defined in the root composer.json.
How do you handle that?
Would it maybe be an option to mount $HOME/.ssh, similar to how $HOME/.composer is mounted?
The text was updated successfully, but these errors were encountered: