Git clone / pull continually freezing at "Store key in cache?" Git clone / pull continually freezing at "Store key in cache?" windows windows

Git clone / pull continually freezing at "Store key in cache?"


I had this problem when cloning a repo on Windows 10 too.

I got around it by using the Putty GUI to SSH to the server in question (in your case: bitbucket.org) then clicked 'Yes' when the prompt asks if you want to save the server key to the cache. Running the clone command again then worked for me!


  1. Open Putty
  2. Type in the Host Name (like bitbucket.org)
  3. Click Open
  4. Click yes in the popup to cache the host key
  5. Close Putty


I managed to get it working by running plink directly, after pageant is running use the plink command directly - plink.exe -agent -v git@github.com then after this git works without hanging.