I have a public repository on Bitbucket and I would like to submit it to Packagist for composer purpose. However, after entering git url and submitting, The error is showing up:
Uncaught Exception: [RuntimeException] Failed to execute git clone --mirror 'git@bitbucket.org:xxx/xxx.git' '/home/composer/.composer/cache/vcs/git-bitbucket.org-xxx-xxx.git/' Host key verification failed. fatal: The remote end hung up unexpectedly
How can I solve this issue? Regards.