Git client error

Hi,

I need to clone one of our repository in git.
The recipe is:

git '/tmp/backup' do
repository 'git@bitbucket.org:user/project.git'
reference 'master'
action :sync
end

The error is:

STDOUT:
STDERR: Host key verification failed.
fatal: The remote end hung up unexpectedly

Please help!