I have an extension which is published on magento marketplace. I want to add it to composer to let users install it from there as well.
I tried the following steps
- Registered with getcomposer
- Submitted my Assembla repository at packagist
But it gave the following error
Uncaught Exception: [RuntimeException] Failed to execute git clone --mirror 'https://git.assembla.com/myplugin.git' '/home/composer/.composer/cache/vcs/https---git.assembla.com-myplugin.git/' Cloning into bare repository '/home/composer/.composer/cache/vcs/https---git.assembla.com-myplugin.git'... fatal: Authentication failed for 'https://git.assembla.com/myplugin.git/'
Any help here will be much appreciated. Thanks.