repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
508 stars 105 forks source link

BitBucket sync failing #657

Open danielbathke opened 1 year ago

danielbathke commented 1 year ago

Hi,

I'm getting this error while trying to sync with a BitBucket repository.

Error: Failed to execute git clone --mirror -- 'git@bitbucket.org:xxxx.git' '/home/repman/.composer/cache/vcs/git-bitbucket.org-xxxx.git/'

Cloning into bare repository '/home/repman/.composer/cache/vcs/git-bitbucket.org-xxxx.git'...
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Logs:
Failed to clone the git@bitbucket.org:xxxx.git repository, try running in interactive mode so that you can enter your Bitbucket OAuth consumer credentials
Failed to clone the git@bitbucket.org:xxxx.git repository, try running in interactive mode so that you can enter your Bitbucket OAuth consumer credentials

Maybe BitBucket updated the keys? I tried deleting the integration and adding it again and it doesn't seem to help.

pawel-detka commented 1 year ago

I have the same issue:

Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
pawel-detka commented 1 year ago

Hi @akondas Could you please check this issue? This is starting to be urgent.