Estou tentando clonar um repositório da minha conta BitBucket para o meu laptop Windows 10 (executando o GitBash). Concluí todas as etapas necessárias para conectar-se (configurei minha chave SSH, verificada com êxito por SSHing git@bitbucket.org, etc.). No entanto, sempre que tento clonar um repositório, o prompt é interrompido continuamente após a confirmação de que eu quero armazenar em cache a chave do Bitbucket.
User@Laptop MINGW64 /C/Repos
$ git clone git@bitbucket.org:mygbid/test.git
Cloning into 'test'...
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40
If you trust this host, enter "y" to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n) y
Nenhum arquivo é clonado e o resultado é um repositório vazio. Tentar iniciar um mestre de origem git pull a partir deste repositório também pede para armazenar em cache a chave e, em seguida, trava sem feedback. Apesar de não solicitar que a chave seja armazenada em cache durante o teste do SSH, as operações git sempre solicitam a chave todas as vezes antes de falhar.
Sem mensagens de erro para trabalhar, estou realmente sem saber o que está errado. Eu tentei vários repositórios, incluindo muito pequenos, sem nenhum sucesso.