scandiwebcom / Menu-Manager-for-Magento-2-by-Scandiweb

Menu Manager for Magento 2 by Scandiweb
19 stars 9 forks source link

Can't access bitbucket files #1

Closed swordsreversed closed 8 years ago

swordsreversed commented 8 years ago

I'm getting this error:


  [RuntimeException]
  Failed to execute git clone --mirror 'git@bitbucket.org:scandiwebassets/core.git' '/home/xxx/.cache/composer/vcs/git-bitbucket.org-scandiwebassets-core.git/'
  Cloning into bare repository '/home/xxx/.cache/composer/vcs/git-bitbucket.org-scandiwebassets-core.git'...
  Warning: Permanently added the RSA host key for IP address 'xx.xx.xx.x' to the list of known hosts.
  Permission denied (publickey).
  fatal: Could not read from remote repository.
  Please make sure you have the correct access rights
  and the repository exists.

How do I fix this? Thanks.

scandiwebcom commented 8 years ago

Hi @swordsreversed! You are getting the mentioned error due to pulling from bitbucket. Can you please elaborate on the steps before?

Meanwhile, feel free to clone the core from our Github repo at- https://github.com/scandiwebcom/Scandiweb-Assets-Core

swordsreversed commented 8 years ago

Thanks. I was just using the instructions in your readme:

composer config repositories.module-core git git@bitbucket.org:scandiwebassets/core.git
composer require scandiweb/module-core:"dev-master as 0.1.0"