In my composer.json i have a line like:
If i run from Plesk the PHP Composer, i am getting the error :
It seem that Plesk is running that command unsing git@ instead of https , which require an exchange of ssh keys.
Code:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/something/zend-expressive-hal"
}
If i run from Plesk the PHP Composer, i am getting the error :
Code:
Failed to execute git clone --mirror '[email protected]:somethingl/zend-expressive-hal.git' '/.composer/cache/vcs/git-github.com-something-zend-expressive-hal.git/'
It seem that Plesk is running that command unsing git@ instead of https , which require an exchange of ssh keys.