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

前端 未结 8 645

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

8条回答
  •  情歌与酒
    2020-12-12 11:58

    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.

提交回复
热议问题