BitBucketアカウントからWindows 10ラップトップ(GitBashを実行)にレポのクローンを作成しようとしています。接続に必要なすべての手順を完了しました(SSHキーをセットアップし、git @ bitbucket.orgをSSHで正常に接続することで確認しました)。ただし、リポジトリを複製しようとするたびに、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
ファイルは複製されず、結果は空のリポジトリになります。このリポジトリからgit pull originマスターを開始しようとすると、キーのキャッシュも要求され、フィードバックなしでハングします。テストSSHを実行するときにキーのキャッシュを要求しないにもかかわらず、git操作は失敗する前に常にキーを要求します。
処理するエラーメッセージがないので、何が問題なのか本当に困っています。非常に小さなものを含め、複数のリポジトリを試しましたが、まったく成功しませんでした。