I am trying to clone a repo from my BitBucket account to my laptop running Windows 10 (running GitBash). I followed all the steps necessary to connect (configure your SSH key, confirmed with SSHing git @ bitbucket.org, etc.). However, whenever I try to clone a repo, the tooltip hangs constantly after confirming that I want to cache the Bitbucket key.
User@Laptop MINGW64 /C/Repos $ git clone git@bitbucket.org:mygbid/test.git Cloning into 'test'... The server host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. The server 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 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
No files are cloned, and the result is an empty repo. Trying to initiate the git tag creation wizard from this repo also asks to cache the key, and then hangs without feedback. Although there is no request for key caching when I run test SSH, git operations always ask for the key every time before the failure.
Without error messages that you can work with, I really don't understand what is wrong. I tried several repositions, including very small ones, without any success.
git version-control windows bitbucket ssh
MarathonStudios Oct. 20 '15 at 15:02 2015-10-20 15:02
source share