I\'m attempting to clone a repo from my BitBucket account to my Windows 10 laptop (running GitBash). I\'ve completed all of the steps necessary to connect (set up my SSH key
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.