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

Can't access bitbucket files

Closed this issue · 2 comments

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.

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

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"