Setting up SSH keys for Bitbucket on Windows

后端 未结 7 1476
死守一世寂寞
死守一世寂寞 2021-02-05 12:35

First, I am an absolute noob with git, repos and command line. I have repo on Bitbucket and I basically want to be able to push to the repository via gitbash without entering a

7条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-05 13:19

    Don't use PuTTY to generate the key. Create a new key with ssh-keygen in .ssh. Leave passwords blank. Open that new key in PuTTY. Copy and paste it into the Bitbucket Key field. Save key with PuTTY and Bitbucket. It should work.

提交回复
热议问题