Adding magento2 extension to composer. Code hosted on Assembla

74 views Asked by At

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

  1. Registered with getcomposer
  2. 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.

0

There are 0 answers