我在 Bitbucket 上有一个公共存储库,我想将它提交给 Packagist 以供作曲家使用。但是,输入 git url 并提交后,出现错误:
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
我该如何解决这个问题?问候。